Messing with the paths
Gonna get this working eventually!!
This commit is contained in:
parent
d32bcbd602
commit
b9be4b0890
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p .composer/build/logs
|
||||||
- phpunit --coverage-clover build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
|
- phpunit --coverage-clover .composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- php .composer/bin/coveralls -v
|
- php .composer/bin/coveralls -v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue