Skip to content

Commit d0db27f

Browse files
committed
Test only on supported node versions
1 parent 5ff61ce commit d0db27f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- "7"
4+
- "9"
5+
- "8"
56
- "6"
6-
- "5"
77
- "4"
8-
- "iojs"
98

109
before_install:
1110
- npm config set spin false --global

0 commit comments

Comments
 (0)