Messing with the paths

Gonna get this working eventually!!
This commit is contained in:
Joshua Sherman 2014-01-11 16:00:49 -05:00
parent d32bcbd602
commit b9be4b0890

View file

@ -12,8 +12,8 @@ install:
- composer install
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
- mkdir -p .composer/build/logs
- phpunit --coverage-clover .composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
after_script:
- php .composer/bin/coveralls -v