commit 7c229967daf7588cda9291df6ef6e861f7da45cf parent 777c6f8337f8b8f775ccfaa678c289894239a11f Author: Marcel <MTRNord@users.noreply.github.com> Date: Mon, 12 Sep 2016 18:11:18 +0200 Update .travis.yml Diffstat:
| M | .travis.yml | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -23,8 +23,10 @@ before_script: - echo `whoami`":1234" | sudo chpasswd #RunTests script: - - php phpunit.phar --configuration phpunit.xml --verbose --coverage-text - - php phpunit.phar --configuration phpunit.xml --verbose --group functional + - php phpunit.phar --configuration phpunit.xml --verbose --coverage-text --coverage-clover build/logs/clover.xml + - php phpunit.phar --configuration phpunit.xml --verbose --group functional --coverage-clover build/logs/clover.xml +after_script: + - vendor/bin/test-reporter #Webhook for Gitter notifications: webhooks: @@ -33,3 +35,6 @@ notifications: on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: never # options: [always|never|change] default: always +addons: + code_climate: + repo_token: b320ccea0e007bc76effe2fceaf28df4bc9fcc61759c95b47d489b6e3c8766fc