Skip to content

Commit

Permalink
chore: drop support for node 10 and add tests for node 14 and 15
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Nov 1, 2020
1 parent 71ae715 commit 7f35776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: node_js
node_js:
- "10"
- "11"
- "12"
- "13"
- "14"
- "15"
script:
- "npm run lint"
- "npm run test-with-coverage"
Expand Down

0 comments on commit 7f35776

Please sign in to comment.