Skip to content

Commit

Permalink
Merge pull request #1048 from liip/phpunit-install
Browse files Browse the repository at this point in the history
[CI] Move the "simple-phpunit install" command to Travis install section to collapse the output
  • Loading branch information
robfrawley committed Feb 13, 2018
2 parents 7593385 + aacecb0 commit 1bc459f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -58,6 +58,7 @@ before_install:
install:
- travis_retry composer update --prefer-dist --no-interaction --no-suggest --no-progress --ansi $COMPOSER_FLAGS $COMPOSER_UPDATE_OPTIONS
- if [[ "$ENABLE_CODE_COVERAGE" == "true" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then travis_retry composer require --dev satooshi/php-coveralls; fi
- ./vendor/bin/simple-phpunit install

script:
- if [[ "$ENABLE_CODE_COVERAGE" == "true" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then vendor/bin/simple-phpunit --coverage-text --coverage-clover build/logs/clover.xml; else vendor/bin/simple-phpunit -v; fi;
Expand Down

0 comments on commit 1bc459f

Please sign in to comment.