Skip to content

Commit b6ac903

Browse files
committed
ci(travis): run only on lts versions of Node
1 parent c0962eb commit b6ac903

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ os:
44
- windows
55
language: node_js
66
node_js:
7-
- "8"
8-
- "9"
97
- "10"
10-
- "11"
118
- "12"
9+
- "14"
1210
branches:
1311
only:
1412
- current

0 commit comments

Comments
 (0)