Skip to content

Commit 9e2527c

Browse files
Support node 10, 12, 14 (#117)
* Support node 10, 12, 14 Also closes #118 Co-authored-by: Clay Jensen-Reimann <[email protected]>
1 parent e2d8232 commit 9e2527c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: node_js
2-
node_js:
3-
- "6"
4-
- "8"
5-
- "10"
2+
node_js: ["10", "12", "14"]
63
script: npm run ci
74
deploy:
85
provider: npm

0 commit comments

Comments
 (0)