We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f711fb7 commit 3a6b8dfCopy full SHA for 3a6b8df
.travis.yml
@@ -9,7 +9,7 @@ node_js:
9
- '8'
10
- '6'
11
before_install:
12
- - if [ "$TRAVIS_BRANCH" == "master" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc; fi
+ - if [ "$TRAVIS_BRANCH" == "master" ]; then export _authToken=$NPM_TOKEN; fi
13
after_success:
14
- npm run semantic-release
15
branches:
0 commit comments