Simplified the travis config a bit
This commit is contained in:
parent
2445f2f339
commit
bdb16009c1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ before_script:
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit --configuration phpunit.xml --coverage-clover /home/travis/build/joshtronic/pickles/build/logs/clover.xml
|
- phpunit --coverage-clover /home/travis/build/joshtronic/pickles/build/logs/clover.xml
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- 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