Skip to content

Commit 8881d4d

Browse files
author
Martin Brecht-Precht
committed
Fixed an issue with the codeclimate test reporter
1 parent 351856c commit 8881d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ script:
2727
- phpunit --coverage-clover build/logs/clover.xml
2828

2929
after_success:
30-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then CODECLIMATE_REPO_TOKEN=3496c3863e75bb8133ff86315341099827436e5aa313e1424559ec5b81fdf2ba ./vendor/bin/test-reporter; fi;'
30+
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then CODECLIMATE_REPO_TOKEN=3496c3863e75bb8133ff86315341099827436e5aa313e1424559ec5b81fdf2ba ./vendor/bin/test-reporter; fi;'

0 commit comments

Comments
 (0)