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:
|
||||
- mkdir -p build/logs
|
||||
- ls -al
|
||||
- cd tests
|
||||
- phpunit --version
|
||||
|
||||
script:
|
||||
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml .
|
||||
|
||||
after_success:
|
||||
- ls -al ../
|
||||
- ls -al ../build/logs
|
||||
- php ../vendor/bin/coveralls --config ../.coveralls.yml -v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue