Skip to content

Commit

Permalink
Merge pull request #4 from TomasVotruba/patch-2
Browse files Browse the repository at this point in the history
travis: drop default config path for phpunit
  • Loading branch information
ralouphie committed Oct 29, 2016
2 parents 2a0e997 + bc3c3a0 commit d653f32
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 @@ -12,7 +12,7 @@ before_script:

script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml
- vendor/bin/phpunit

after_script:
- php vendor/bin/coveralls -v
- vendor/bin/coveralls -v

0 comments on commit d653f32

Please sign in to comment.