adding support for automatic code coverage generation into codacy
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -1,8 +1,17 @@
|
||||
language: php
|
||||
sudo: false
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- hhvm
|
||||
|
||||
before_script:
|
||||
- curl -s http://getcomposer.org/installer | php
|
||||
- php composer.phar install -n
|
||||
|
||||
script:
|
||||
- cd tst && phpunit
|
||||
- cd tst && phpunit
|
||||
|
||||
after_script:
|
||||
- php vendor/bin/codacycoverage clover tst/log/coverage-clover.xml
|
||||
|
||||
Reference in New Issue
Block a user