Skip to content

Commit

Permalink
Use phpunit.xml.dist in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Blazek committed Feb 6, 2017
1 parent 369f3af commit d932b64
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 @@ -27,7 +27,7 @@ install:

# execute phpunit as the script command
script:
- ./vendor/bin/phpunit -d memory_limit=-1 --colors -c phpunit.xml --coverage-clover=coverage.xml
- ./vendor/bin/phpunit -d memory_limit=-1 --colors -c phpunit.xml.dist --coverage-clover=coverage.xml

# disable mail notifications
notification:
Expand Down

0 comments on commit d932b64

Please sign in to comment.