Skip to content

Commit 4a9767d

Browse files
TrottKat Marchán
authored and
Kat Marchán
committed
meta: update travis to test on supported versions of Node.js (#7)
1 parent b5c58f7 commit 4a9767d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ sudo: false
33
before_install:
44
- "npm -g install npm"
55
node_js:
6-
- "0.8"
7-
- "0.10"
8-
- "0.12"
9-
- "iojs"
10-
- "4"
11-
- "5"
6+
- "6"
7+
- "8"
8+
- "10"
9+
- "lts/*"
10+
- "node"

0 commit comments

Comments
 (0)