Skip to content

Commit

Permalink
Merge pull request #202 from tcdl/fix_npm_token
Browse files Browse the repository at this point in the history
Update NPM token for Travis
  • Loading branch information
agritsik authored Jul 31, 2017
2 parents 89fab9a + c2b24aa commit 876a231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ node_js:
- '0.12'
- '0.11'
- '0.10'
- 'iojs'
- iojs
after_success:
- npm run coveralls
- npm run coveralls
services:
- rabbitmq
- rabbitmq
deploy:
provider: npm
email: [email protected]
api_key:
secure: "fb+NfWLME/7WqcFUl71AHt0/f0z6frl40oJfUylXu37Ei+kfTN/uBuAndg2bNdEBoCDfgL21akQAum/nsKzMos60uaOTPg2gPpqvPdyeX3RA0NWf9I8tsNEV8/DJQBZEgVhNQfHdlWnALLBKfJvsHffnV5NOphP/o+RxfzVQQ5M="
secure: UelZNGD1jKhJ9Jefbp0S8ECEDz3Q3tP67ibGLxGBliFFUgyb05MHLLwX447jO4UhW1/jIE2aAn6cy0ad/Fm+CkymOC8r8LfGR1cfp/0auN1gU0fxMiZWrz0RxBmhBIFnUD+I+j6mjxU8ceABCsxwpMy6MHQlCOAl1ffOk2s+n1U=
on:
tags: true
repo: tcdl/msb

0 comments on commit 876a231

Please sign in to comment.