Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmarsal authored Dec 9, 2016
1 parent 17fb9d6 commit ea6be0f
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 @@ -9,7 +9,7 @@ before_script:
- composer update

script:
- php ./vendor/bin/phpunit -c ./tests/
- php ./vendor/bin/phpunit -c ./tests/ --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit ea6be0f

Please sign in to comment.