Skip to content

Commit

Permalink
Make Travis automatically deploy on npm when adding a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Mar 7, 2015
1 parent 7b2bd76 commit b95e686
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- '0.12'
- '0.11'
- '0.10'
after_script:
- npm run coveralls
- npm run coveralls
deploy:
provider: npm
email: [email protected]
api_key:
secure: HCyRwNsb61g+X4KsUrbePbOe51GReYkuzkRNokPZR8rtYH0UafmuvBXKxGgu6rPSomBNokCvVhziAwWfPog7behIAWzkhjQlbOgZKiKD1+aA5QL3y1Rel5Qi/PJ+/A45Wx2NIOnRVvSv9+NW3V5gW3/je4Fh3/2cIGz0xr9hIaw=
on:
tags: true
repo: astorije/chai-immutable

0 comments on commit b95e686

Please sign in to comment.