Skip to content

Commit

Permalink
Fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Dec 15, 2018
1 parent c89a341 commit dc4a10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ script: ./vendor/bin/phpunit -c phpunit.xml.dist

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

0 comments on commit dc4a10c

Please sign in to comment.