Skip to content

Commit d16f981

Browse files
committed
Fix travis 2
1 parent 9de840e commit d16f981

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
@@ -19,7 +19,7 @@ services:
1919

2020
before_script:
2121
- travis_retry composer self-update
22-
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
22+
- travis_retry composer install --no-interaction --prefer-dist --no-suggest
2323
- composer config --list --global
2424
- export DISPLAY=:99.0
2525
- ./sandbox_setup.sh

0 commit comments

Comments
 (0)