Skip to content

Commit ca72426

Browse files
committed
Update build to only test on supported versions of node.
- Remove <= 7 as they're now (or about to be) out of LTS.
1 parent 34efed9 commit ca72426

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- "11"
45
- "10"
56
- "9"
67
- "8"
7-
- "7"
8-
- "6"
9-
- "5"
10-
- "4"
118

129
services:
1310
- docker

0 commit comments

Comments
 (0)