Skip to content

Commit

Permalink
build: Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 26, 2017
1 parent fc59511 commit 02a1b00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ install:
- composer install --prefer-dist

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

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

0 comments on commit 02a1b00

Please sign in to comment.