Skip to content

Commit

Permalink
fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Jan 14, 2019
1 parent 850ce1d commit 618b368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before_install:
- phpenv config-rm xdebug.ini || echo "xdebug not available"
- composer self-update

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

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

Expand Down

0 comments on commit 618b368

Please sign in to comment.