Fix travis config file

This commit is contained in:
Timothy Warren 2014-02-25 12:21:15 -05:00
parent 05f6bbd409
commit 29f2068021
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before_script:
script:
- mkdir -p build/logs
- cd tests && phpunit phpunit --coverage-clover build/logs/clover.xml
- cd tests && phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls