Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 authored Jan 13, 2017
1 parent 33f3f7d commit 63a217c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ script:
- "phpunit --coverage-text --coverage-clover build/logs/clover.xml"

after_script:
- CODECLIMATE_REPO_TOKEN="68e1f53772e5a5468a893d1dc25ad0f5b84430148aca46acb72ab0b69ec1e1b2" vendor/bin/test-reporter --stdout > codeclimate.json
- CODECLIMATE_REPO_TOKEN="fc92c8b280cf21d858725b7bebf3a8a646f12ee7f07dd994dea6728ba9fcbfa0" vendor/bin/test-reporter --stdout > codeclimate.json
- "sh -c 'if [ \"$TRAVIS_PHP_VERSION\" != \"hhvm\" ]; then curl -X POST -d @codeclimate.json -H \"Content-Type: application/json\" -H \"User-Agent: Code Climate (PHP Test Reporter v0.1.1)\" https://codeclimate.com/test_reports ; fi'"

addons:
code_climate:
repo_token: 68e1f53772e5a5468a893d1dc25ad0f5b84430148aca46acb72ab0b69ec1e1b2
repo_token: fc92c8b280cf21d858725b7bebf3a8a646f12ee7f07dd994dea6728ba9fcbfa0

0 comments on commit 63a217c

Please sign in to comment.