Skip to content

Commit

Permalink
trying to have automatic npm deployment with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato committed Mar 16, 2016
1 parent fc184d1 commit 0a5b73f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
sudo: false
node_js:
- 'node'
before_install:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
before_script:
- npm install -g grunt-cli
deploy:
Expand Down

0 comments on commit 0a5b73f

Please sign in to comment.