Skip to content

Commit

Permalink
ci(travis): Remove setting NPM_TOKEN on run semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
CheerlessCloud committed May 30, 2017
1 parent a4225c1 commit 69d1a27
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ node_js:
- '7'
- '6'

test:
provider: script
on:
branch: development

before_script:
- npm prune
scripts:
- npm run test

deploy:
notifications:
email:
Expand All @@ -34,4 +24,4 @@ deploy:
- npm run test
- npm run build
after_success:
- NPM_TOKEN=$NPM_TOKEN npm run semantic-release
- npm run semantic-release

0 comments on commit 69d1a27

Please sign in to comment.