Skip to content

Commit

Permalink
0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jul 1, 2014
1 parent 4670e0d commit 574df57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: node_js
node_js:
- "0.11"
- "0.10"

- '0.11'
- '0.10'
script:
- make test
- make test-cov
- make test
- make test-cov
deploy:
provider: npm
email: eirik@morland.no
api_key:
secure: gDLF0i9owAuAL650pC5KY6krsFomLBhx4Bxo1c+8gI6mLdoBp8LXx1JwFoCjYMg640iemwdq6eh1CYsSIkORjFpXPE7dvyJYmIE3vPHfpyBrjO1xbQwG5+u5mEA+d2/kP7fXlc3rU+UVJ5Ojek8LtbdM327h7s2RChaOdXW6mTw=
on:
tags: true
repo: eiriksm/tripping-octo-nemesis
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tripping-octo-nemesis",
"version": "0.0.4",
"version": "0.0.5",
"description": "A 3t squash booker.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 574df57

Please sign in to comment.