Skip to content

Commit

Permalink
update travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo committed Dec 21, 2016
1 parent 12dc6e7 commit 528711b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,4 +1,7 @@
language: node_js
node_js:
- "0.8"
- "0.6"
- "4"
- "5"
- "6"
- "node"
- "iojs"
8 changes: 4 additions & 4 deletions package.json
@@ -1,5 +1,5 @@
{
"author": "sunshine1988 <291400733@qq.com> (www.inodejs.net)",
"author": "imnemo <291400733@qq.com> (www.oncoding.me)",
"name": "algorithm.js",
"description": "using js to achieve some algorithms",
"version": "0.1.2",
Expand All @@ -8,11 +8,11 @@
},
"dependencies": {},
"devDependencies": {
"mocha": ">=0.3.x",
"chai": ">=1.0.3"
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
"node": "^4"
}
}

0 comments on commit 528711b

Please sign in to comment.