Skip to content

Commit

Permalink
Merge pull request #4 from xx45/dev
Browse files Browse the repository at this point in the history
chore(ci): update ci
  • Loading branch information
iamkun authored Apr 11, 2018
2 parents 7e686fe + f9749a8 commit 6ce9893
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
- node_modules
node_js:
- '4'
after_success:
- nvm install v8.10.0 && nvm use v8.10.0
- npm install -g travis-deploy-once semantic-release
- travis-deploy-once "semantic-release"
- 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"
fi
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 6ce9893

Please sign in to comment.