Skip to content

Commit

Permalink
Run included phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Jan 26, 2017
1 parent 8fdeda3 commit 4aa50dc
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 @@ -18,7 +18,7 @@ install:

script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_success:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'

0 comments on commit 4aa50dc

Please sign in to comment.