Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
fix: no longer test in node 8, 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblade committed Jan 15, 2020
1 parent 3574c68 commit 3e46e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "9"
- "8"
- "10"
- "12"
- "13"
after_success: 'npm run coverage && npm run coveralls'

0 comments on commit 3e46e9c

Please sign in to comment.