Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Added code climate REPORTED_ID
  • Loading branch information
Alexandr Hacicheant authored Oct 8, 2017
1 parent 7bafd79 commit 11152c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
env:
global:
- CC_TEST_REPORTER_ID=a164b8bd7f35e0a07aea64085594c189f0db7b4d7dc78d060f71f87b8f91078c

language: php

php:
Expand All @@ -15,4 +19,4 @@ script:
- vendor/bin/phpunit --coverage-clover clover.xml

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t clover
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t clover

0 comments on commit 11152c9

Please sign in to comment.