Skip to content

Commit

Permalink
added deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdiehl committed Dec 9, 2015
1 parent 70416dc commit 45d0e97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
coverage/
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- '4.1'
- '4.0'
- '0.11'
- '0.10'
deploy:
provider: npm
email: jonathan.diehl@gmail.com
api_key:
secure: WA2k8NIs8gdrXIWLGiVH/IELD3lvmTy7cgjKpB26sgeSj3aSmwdOU6AfoGqO+oI84xzux2bgTixavY+7fzZi4rVAraUJFRJiMWd8WGPAiQ+2SscU6ueKpBfFs6QYH8lyfeOc2QA6cQJ99MJ2zsOwYAG9P7YbFAB7n5FupjvqTuA=
on:
tags: true
repo: jdiehl/holiday-de
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/jdiehl/holiday-de",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"istanbul": "^0.4.1",
"mocha": "^2.1.0"
}
}

0 comments on commit 45d0e97

Please sign in to comment.