Skip to content

Commit a7bd4d4

Browse files
committed
Merge pull request #46 from enb-bem/ci/iojs-v2
Travis: run tests in `iojs@v2`
2 parents e052c01 + 1330edf commit a7bd4d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ language: node_js
55
matrix:
66
include:
77
- node_js: iojs-v1
8+
- node_js: iojs-v2
89
- node_js: "0.10"
910
- node_js: "0.12"
1011
env: COVERALLS=1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"jshint": "2.7.0",
4848
"mocha": "2.2.4",
4949
"mocha-phantomjs": "3.5.3",
50-
"mock-fs": "2.6.0",
50+
"mock-fs": "2.7.0",
5151
"must": "0.12.0",
5252
"phantomjs": "1.9.16",
5353
"serve-static": "1.9.2",

0 commit comments

Comments
 (0)