Skip to content

Commit

Permalink
fix: only deploy demo app from master branch, and only from build leader
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Nov 9, 2018
1 parent e1d5ef0 commit ba5f209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -54,11 +54,10 @@ after_success:
# Generate the github pages. When this command is finished I'll be on "master" branch with a
# new commit already made (but not pushed)
# Push the new commit
- /bin/bash lib/try-generate-pages.sh
- yarn travis-deploy-once /bin/bash lib/try-generate-pages.sh
- git checkout master



stages:
- basic test
- additional tests
Expand Down

0 comments on commit ba5f209

Please sign in to comment.