Skip to content

Commit 3c8afb3

Browse files
committed
[Tests] drop support for pre-node-4, add node 6, properly quote node versions.
1 parent c1c8872 commit 3c8afb3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
22
node_js:
3-
- 0.10
4-
- 0.12
5-
- iojs
6-
- 4
7-
- 5
3+
- '6'
4+
- '5'
5+
- '4'
86
after_success:
97
- npm run coveralls

0 commit comments

Comments
 (0)