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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue