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 922aa0f commit ec88f07Copy full SHA for ec88f07
.travis.yml
@@ -47,7 +47,7 @@ cache:
47
install:
48
- phpenv config-rm xdebug.ini || true
49
- bash ./unit-tests/ci/install-travis
50
- - composer --prefer-source install
+ - composer --quiet --no-interaction --no-ansi --no-progress --optimize-autoloader --dev --prefer-dist --no-suggest --ignore-platform-reqs
51
52
before_install:
53
- if [[ ! -z "${GH_TOKEN}" ]]; then composer config github-oauth.github.com ${GH_TOKEN}; echo "Configured Github token"; fi;
0 commit comments