Dropped version report,debugging coveralls
This commit is contained in:
parent
5352b2d7ff
commit
a6a4017906
1 changed files with 3 additions and 1 deletions
|
@ -17,11 +17,13 @@ install:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
|
- ls -al
|
||||||
- cd tests
|
- cd tests
|
||||||
- phpunit --version
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml .
|
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml .
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
- ls -al ../
|
||||||
|
- ls -al ../build/logs
|
||||||
- php ../vendor/bin/coveralls --config ../.coveralls.yml -v
|
- php ../vendor/bin/coveralls --config ../.coveralls.yml -v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue