Skip to content

Commit

Permalink
fix: travis CI build before-install
Browse files Browse the repository at this point in the history
  • Loading branch information
heisian committed Dec 6, 2017
1 parent f711fb7 commit 3a6b8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ node_js:
- '8'
- '6'
before_install:
- if [ "$TRAVIS_BRANCH" == "master" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc; fi
- if [ "$TRAVIS_BRANCH" == "master" ]; then export _authToken=$NPM_TOKEN; fi
after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit 3a6b8df

Please sign in to comment.