Skip to content

Commit

Permalink
update travis.yml for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
neekey committed Feb 5, 2017
1 parent f1344c8 commit a5d9e94
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
os:
- linux
- linux
language: node_js
node_js:
- "6"
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- '6'
- '5'
- '5.1'
- '4'
- '4.2'
- '4.1'
- '4.0'
- '0.12'
deploy:
provider: npm
email: $NPM_EMAIL
email: "$NPM_EMAIL"
api_key:
secure: $NPM_API_KEY
secure: "$NPM_API_KEY"
on:
branch: master
env:
global:
- secure: Wks3CAJcaU1kQmGN2K9CcPSxrCRRi979WbRvKGRAadklO17OptUEwJfaBNwk8jTRP/y2ZvS33EWJynlFEonGWpW6iEY8EBDgqbC5gqqvK0OANR/U/y8Hb7TBOY8qJmr1Ozr2oZeLf4bv62Y1GDZOwSLw7Jj0q7wsjWkd8pL4Vo8=
- secure: jwRVk9eBLLNHBw0R0ggkfXcIAYCJidbPjAPsnlu5rMVQUWEnPw3y5LaeuQiNIRzs/VH6/8vmmDEX6Nk83HxKl5Su7z2Pbmpv12TZTJdBc1nUsxGRfewal8dwS71nK6Zs5lO3/b+v34/BRP/x08olbevzm0Bv+MtqAcOcUIzY8l4=

0 comments on commit a5d9e94

Please sign in to comment.