Skip to content

Commit

Permalink
Adds test files to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sopankhosla committed Jun 21, 2016
1 parent c49c38b commit d2ac7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- composer require phpunit/phpunit:4.8.* satooshi/php-coveralls:dev-master
- composer install --dev
script:
- ./vendor/bin/phpunit Tests
- ./vendor/bin/phpunit --coverage-clover ./Tests/Logs/clover.xml
- phpunit Tests
- phpunit --coverage-clover ./Tests/Logs/clover.xml Tests
after_script:
- php vendor/bin/coveralls -v

0 comments on commit d2ac7a3

Please sign in to comment.