diff --git a/.travis.yml b/.travis.yml index 72c8087..792a1d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,7 @@ script: after_success: - | + if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi if [ -n "$GH_APIDOC_TOKEN" ]; then set -e commit_hash=$(git rev-parse --short HEAD)