Skip to content

Commit 17beb45

Browse files
committed
tweaked travis node versions
1 parent 5a904ba commit 17beb45

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: node_js
22
node_js:
3-
- "5.4"
3+
- "5.3"
4+
- "5.2"
5+
- "5.1"
46
- "5.0"
57
- "4.2"
8+
- "4.1"
69
- "4.0"
7-
- "0.12"
8-
- "0.11"
910
- "0.10"
10-
- "0.8"
11-
- "0.6"
1211
- "iojs"

0 commit comments

Comments
 (0)