Skip to content

Commit

Permalink
test: fix typo in before_install
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Dec 6, 2017
1 parent 57c14a2 commit 183add9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -9,8 +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 echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc; fi
after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit 183add9

Please sign in to comment.