Skip to content

Commit

Permalink
自动更新
Browse files Browse the repository at this point in the history
  • Loading branch information
zh99998 committed Aug 13, 2018
1 parent 01a184a commit 8584835
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 @@ -4,7 +4,7 @@ cache:
directories:
- '$HOME/.npm'
before_install:
- if [ "$TRAVIS_BRANCH" = "master" ]; then git checkout web; fi
- if [ "$TRAVIS_BRANCH" = "master" ]; then git remote set-branches --add origin web; git fetch origin web; git checkout web; fi
script: npm run build
deploy:
provider: s3
Expand Down

0 comments on commit 8584835

Please sign in to comment.