Skip to content

Commit ec88f07

Browse files
committed
Speed up the Travis builds
1 parent 922aa0f commit ec88f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cache:
4747
install:
4848
- phpenv config-rm xdebug.ini || true
4949
- bash ./unit-tests/ci/install-travis
50-
- composer --prefer-source install
50+
- composer --quiet --no-interaction --no-ansi --no-progress --optimize-autoloader --dev --prefer-dist --no-suggest --ignore-platform-reqs
5151

5252
before_install:
5353
- if [[ ! -z "${GH_TOKEN}" ]]; then composer config github-oauth.github.com ${GH_TOKEN}; echo "Configured Github token"; fi;

0 commit comments

Comments
 (0)