hotfix(travis): don't write results for prs
This commit is contained in:
parent
ebfa9f3699
commit
3e0aaa5050
|
@ -87,6 +87,7 @@ script:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- |
|
- |
|
||||||
|
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
|
||||||
if [ -n "$GH_APIDOC_TOKEN" ]; then
|
if [ -n "$GH_APIDOC_TOKEN" ]; then
|
||||||
set -e
|
set -e
|
||||||
commit_hash=$(git rev-parse --short HEAD)
|
commit_hash=$(git rev-parse --short HEAD)
|
||||||
|
|
Loading…
Reference in New Issue