Skip to content

Commit 016994b

Browse files
committed
Updating Travis CI node.js versions
It will now run the tests in the latest node.js v0.10.x (the previous behavior) AND v0.12.x, AND the current stable release, currently v4.0.0 (v1-3 was used by iojs, so they bumped to v4 when they merged it back into node.js. So the entire test suite will now be run three times and have to pass all three to get a "passing" build.
1 parent 15d6d9c commit 016994b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
node_js:
33
- "0.10"
4+
- "0.12"
5+
- "stable"
46
script:
57
- npm test
68
after_success:
7-
- npm run coveralls
9+
- npm run coveralls

0 commit comments

Comments
 (0)