Skip to content

Commit 618b368

Browse files
committed
fix travis config
1 parent 850ce1d commit 618b368

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
@@ -29,7 +29,7 @@ before_install:
2929
- phpenv config-rm xdebug.ini || echo "xdebug not available"
3030
- composer self-update
3131

32-
install: travis_retry composer install --optimize-autoloader --prefer-dist --prefer-stable --no-progress --no-interaction --no-suggest $COMPOSER_FLAGS -vv
32+
install: travis_retry composer install --optimize-autoloader --prefer-dist --no-progress --no-interaction --no-suggest $COMPOSER_FLAGS -vv
3333

3434
script: vendor/bin/phpunit --colors --columns 117 --no-coverage
3535

0 commit comments

Comments
 (0)