Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Publish to NPM from Travis
  • Loading branch information
hurrymaplelad committed Feb 2, 2014
1 parent 7d0f321 commit 712698b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
@@ -1,5 +1,13 @@
language: node_js
node_js:
- "0.10"
- '0.10'
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli
deploy:
provider: npm
email: adam@hmlad.com
api_key:
secure: moD6V30lnt5lvFexjBogXp89+BEnL3BMiMK5HJrBCReTRMXanhNZtwA7O+E6dFQk6kAgljiVUL2X6baR5vAxYYxOJjKppexcLpjGLY7sBmScLpkNkVqoYHkpe1dHQhs7dGYV+ki0iELLC+7GU9BfpnV/uT0CNQNTCKHHDFgXVBQ=
on:
tags: true
repo: hurrymaplelad/grunt-relative-root

0 comments on commit 712698b

Please sign in to comment.