We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1103181 commit a63f18cCopy full SHA for a63f18c
.travis.yml
@@ -25,5 +25,5 @@ script:
25
- cat rspec.out
26
- cat cucumber.out
27
after_script:
28
- # - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
29
- - if [[ "$TRAVIS_TEST_RESULT" == 0 ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
+ - ./cc-test-reporter after-build
+ # - if [[ "$TRAVIS_TEST_RESULT" == 0 ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
0 commit comments