Skip to content

Commit 770a691

Browse files
committed
[travis] Test only on supported node versions
1 parent a06011f commit 770a691

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
sudo: false
21
language: node_js
32
node_js:
4-
- "4"
5-
- "6"
6-
- "8"
7-
- "9"
3+
- "10"
4+
- "12"
5+
- "14"
86
after_success:
97
- nyc report --reporter=text-lcov | coveralls
108
matrix:

0 commit comments

Comments
 (0)