Skip to content

Commit

Permalink
Merge pull request #5 from xx45/dev
Browse files Browse the repository at this point in the history
chore(ci): fix script bug
  • Loading branch information
iamkun authored Apr 11, 2018
2 parents 6ce9893 + 630255f commit 87a769b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ node_js:
- '4'
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
nvm install v8.10.0 && nvm use v8.10.0
npm install -g travis-deploy-once semantic-release
travis-deploy-once "semantic-release"
nvm install v8.10.0 && nvm use v8.10.0;
npm install -g travis-deploy-once semantic-release;
travis-deploy-once "semantic-release";
fi
branches:
except:
Expand Down

0 comments on commit 87a769b

Please sign in to comment.