Skip to content

Commit

Permalink
Merge pull request #1 from mastertinner/patch-1
Browse files Browse the repository at this point in the history
create travis config
  • Loading branch information
Ilya Radchenko committed May 6, 2016
2 parents 8d727dd + 2ea87b0 commit f7e4fa3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "4"
- "5"
- "node"

sudo: false
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
}
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.20.1",
"sinon-chai": "^2.5.0"
"chai": "^3.5.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
}
}

0 comments on commit f7e4fa3

Please sign in to comment.