Skip to content

Commit dc4a10c

Browse files
committed
Fix travis file
1 parent c89a341 commit dc4a10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ script: ./vendor/bin/phpunit -c phpunit.xml.dist
2525

2626
after_script:
2727
## Code climate
28-
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi -
28+
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

0 commit comments

Comments
 (0)