Skip to content

Commit e15ee93

Browse files
committed
Remove node 0.6, add node 9-13 on Travis CI.
1 parent 08f57c2 commit e15ee93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
language: "node_js"
22
node_js:
3+
- "13"
4+
- "12"
5+
- "11"
6+
- "10"
7+
- "9"
38
- "8"
49
- "7"
510
- "6"
@@ -11,7 +16,6 @@ node_js:
1116
- "0.12"
1217
- "0.10"
1318
# - "0.8"
14-
- "0.6"
1519

1620

1721
before_install:

0 commit comments

Comments
 (0)