Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 7b3d149

Browse files
committed
chore: test on node 10 and 11
1 parent 2db44e2 commit 7b3d149

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- '9'
3+
- '11'
4+
- '10'
45
- '8'
56
script:
67
- npm run lint

0 commit comments

Comments
 (0)