Skip to content

Commit

Permalink
Automatically deploy package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnversluis committed Jun 10, 2018
1 parent 4472faa commit 100c3a2
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "node"
- '4'
- '5'
- '6'
- '7'
- '8'
- node
deploy:
provider: npm
email: martijnversluis@gmail.com
api_key:
secure: dqQPnpXMZ3uZdSKzXlhYCwO9+4o8MHjUT1Xq6belmjjb2HvWRpDlrrETauZ98hArdz3NmenxD1ed5vHusVvuo2LrpTdE1qKNtMI0BGyVDEobe57Q4ukwn3FM9tJMVDNC55dKx/UTds3tYxvxpbEDjnQbgIY2QHwM0heG366j6w8=
on:
branch: master
tags: true
repo: martijnversluis/ChordSheetJS

0 comments on commit 100c3a2

Please sign in to comment.