Skip to content

Commit 8945b81

Browse files
committed
chore(travis): remove test on node 6/8, add node 16
Note: the library works on node 6/8, just eslint won't.
1 parent 0394fb1 commit 8945b81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
script: npm run lint && npm run test
33
node_js:
4-
- '6'
5-
- '8'
64
- '10'
75
- '12'
86
- '14'
7+
- '16'

0 commit comments

Comments
 (0)