commit f9b20f44e4a6f881b505118a87cd1c2fd7f4e8df parent 771c420fa5bab3fd52d1fe3664b29eb223a39978 Author: Marcel <MTRNord@users.noreply.github.com> Date: Tue, 13 Oct 2015 00:30:02 +0200 Update .travis.yml Diffstat:
| M | .travis.yml | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -19,7 +19,10 @@ before_script: - mysql -e 'create database RPICMS;' - composer require codeclimate/php-test-reporter --dev #RunTests -script: php phpunit.phar --configuration phpunit_$DB.xml --verbose && CODECLIMATE_REPO_TOKEN=ade1bcb53e705341208c7c5138a92b8bdf6babd489e6d43054e86ea097cb42b2 ./vendor/bin/test-reporter +script: php phpunit.phar --configuration phpunit_$DB.xml --verbose +#after scripts +after_script: + - CODECLIMATE_REPO_TOKEN=ade1bcb53e705341208c7c5138a92b8bdf6babd489e6d43054e86ea097cb42b2 php ./vendor/bin/test-reporter #Webhook for Gitter notifications: webhooks: