Skip to content

Commit

Permalink
Do not generate docs on PR (appium#11823)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham committed Dec 12, 2018
1 parent 49832c3 commit b6440cb
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,7 +25,7 @@ jobs:
node_js: "8"
- stage:
os: osx
if: branch = master
if: branch = master AND type != pull_request
env:
# this is just to indicate in the Travis job list that this is generating docs
- GENERATE_DOCS=true GITHUB_TOKEN=$TRIAGER_BOT_TOKEN
Expand Down

0 comments on commit b6440cb

Please sign in to comment.