Tweakin'
This commit is contained in:
parent
c4f6f06000
commit
1bd9b03dda
1 changed files with 4 additions and 5 deletions
|
@ -16,15 +16,14 @@ install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pwd
|
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
- ls -al
|
|
||||||
- cd tests
|
- cd tests
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml .
|
- phpunit --colors --coverage-clover ../build/logs/clover.xml .
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- ls -al ../
|
|
||||||
- ls -al ../build/logs
|
- ls -al ../build/logs
|
||||||
- php ../vendor/bin/coveralls --config ../.coveralls.yml -v
|
- cat ../build/logs/clover.xml
|
||||||
|
- cd ..
|
||||||
|
- php vendor/bin/coveralls --config .coveralls.yml -v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue