Skip to content

Commit

Permalink
Support node 10, 12, 14 (#117)
Browse files Browse the repository at this point in the history
* Support node 10, 12, 14

Also closes #118

Co-authored-by: Clay Jensen-Reimann <clayreimann@gmail.com>
  • Loading branch information
gabegorelick and clayreimann committed May 25, 2020
1 parent e2d8232 commit 9e2527c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
@@ -1,8 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
node_js: ["10", "12", "14"]
script: npm run ci
deploy:
provider: npm
Expand Down

0 comments on commit 9e2527c

Please sign in to comment.