Trying the same in the travis config

This commit is contained in:
Joshua Sherman 2014-01-11 16:41:12 -05:00
parent 028d0ec486
commit 972c9087f7

View file

@ -16,4 +16,4 @@ script:
- phpunit --coverage-clover vendors/composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests - phpunit --coverage-clover vendors/composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
after_script: after_script:
- php vendors/composer/bin/coveralls --config .coveralls.yml -v - php vendors/composer/bin/coveralls --config ../../.coveralls.yml -v