Skip to content

Commit

Permalink
Revert Travis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Mar 11, 2018
1 parent 34538c6 commit b779747
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script:
- vendor/bin/phpunit
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover

0 comments on commit b779747

Please sign in to comment.