We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe5f76 commit 2fb35cbCopy full SHA for 2fb35cb
.travis.yml
@@ -10,6 +10,7 @@ addons:
10
cache:
11
directories:
12
- ${HOME}/.cache/pip
13
+ - ${HOME}/.composer/cache/files
14
15
env:
16
global:
@@ -51,7 +52,7 @@ before_script:
51
52
- pushd ${MO_PATH} && ${TRAVIS_BUILD_DIR}/.travis/mo.sh configurations/servers/clean.json start && popd
53
- pecl install -f mongodb-${DRIVER_VERSION}
54
- php --ri mongodb
- - composer install --dev --no-interaction --prefer-source
55
+ - composer install --no-interaction --no-progress --no-suggest
56
- ulimit -c
57
- ulimit -c unlimited -S
58
0 commit comments