Skip to content

Commit

Permalink
chore(travis): test on Node 12 and 14
Browse files Browse the repository at this point in the history
No longer have to test on Node 11 as dependencies are now updated enough
to support Node 12 and 14.
  • Loading branch information
dustinspecker committed Jun 16, 2020
1 parent 6fb69ea commit cec0fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
sudo: false
language: node_js
node_js:
- '11'
- '14'
- '12'
after_success: npm run-script coveralls

0 comments on commit cec0fe6

Please sign in to comment.