Skip to content

Commit

Permalink
allow releases via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Mar 11, 2016
1 parent 0700b54 commit b021859
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
language: node_js
node_js:
- "4"
- "5"
- '4'
- '5'
deploy:
provider: npm
email: [email protected]
api_key:
secure: uQa92bxzuW+8HSZ56rU/npODuD2m1vAeJHaPSYhUHtNlv+76BSt1vDY34LRh8ry6vRRxMoVNb0kmQ1nPWuo5saxPWGoZQ5N+3DfwWetIH7K+y9szG+NpLIsL5sz63tB8/hGYuyUr6QNYYW6P5ElswLoAdcWMUrIpJJAQ8GEKu5g=
on:
tags: true
repo: clayallsopp/react.backbone

0 comments on commit b021859

Please sign in to comment.