Skip to content

Commit

Permalink
~ ci; mocha ^3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Spown committed Oct 24, 2017
1 parent 3ad9b78 commit 9b98552
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: node_js
node_js:
- 0.10
- 0.11
- 0.12
- 4
- 5
- 6
- 7
- 8
- iojs
branches:
only:
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ environment:
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "iojs"
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"jshint": "*",
"mocha": "*",
"mocha": "^3.5.3",
"should": "*",
"sinon": "*",
"url": "^0.11.0",
Expand Down

0 comments on commit 9b98552

Please sign in to comment.