Thinking I got the path worked out
This commit is contained in:
parent
8b04815db6
commit
771c2b59b1
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p vendors/composer/build/logs
|
- mkdir -p vendors/build/logs
|
||||||
- phpunit --coverage-clover /home/travis/build/joshtronic/pickles/vendors/composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
|
- phpunit --coverage-clover /home/travis/build/joshtronic/pickles/vendors/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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue