Skip to content

Commit

Permalink
Update travis to handle deployment of package to npm (Fix #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh committed Oct 18, 2015
1 parent fe9b686 commit d96ef92
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
/nbproject
node_modules/
*.idea
*.iml
test/
npm-debug.log
2 changes: 2 additions & 0 deletions .npmignore
@@ -1 +1,3 @@
/node_modules/
Gruntfile.js
/test/
11 changes: 10 additions & 1 deletion .travis.yml
@@ -1,10 +1,19 @@
---
language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs-1'
- 'iojs-2'
- 'iojs-3'
- '4.1'
before_script:
- npm install
deploy:
- provider: npm
email: niklasvh@gmail.com
api_key:
secure: G/Szpr8q4/D6hp+H/Z9yyluUXtHAwf7LLa1Y07X59/Enlj1h7V5fQ7AW4/iAVM3XbIsrCPWR3dJU9g/ZxpxFg4OovIHVpS2Jr/mahtPYWdHR3pWuSmMW8QD+Twnq2VAFwSgg5Oumq3QxhX3YbCOnZox6+6Uviqk8FO7Z5B0RwW4=
on:
tags: true
branch: master
repo: niklasvh/base64-arraybuffer

0 comments on commit d96ef92

Please sign in to comment.