Skip to content

Commit c028a5c

Browse files
committed
Drop support for node.js <10 (semver-major)
1 parent e37aa87 commit c028a5c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "8"
5-
- "9"
3+
- 10
4+
- 12
5+
- 14
6+
- latest
67

7-
script: "npm run-script travis"
8+
script: 'npm run-script travis'

0 commit comments

Comments
 (0)