Skip to content

Commit

Permalink
ci: add pr support for secure variables (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Mar 28, 2019
1 parent d62b063 commit ca8dd49
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 @@ -40,7 +40,7 @@ script:
after_script:
- |
set -e
if [[ $YARN_CMD == 'test' ]]; then
if [[ $YARN_CMD == 'test' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT;
fi
set +e
Expand Down

0 comments on commit ca8dd49

Please sign in to comment.