Skip to content

Commit

Permalink
Drop Node 13 and test on Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Dec 18, 2020
1 parent 56abfd6 commit f42de2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "10"
- "12"
- "13"
- 10
- 12
- 14
dist: trusty
env:
- CXX=g++-4.8
Expand Down

0 comments on commit f42de2e

Please sign in to comment.