Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
travis: only test on supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 16, 2019
1 parent b7c8b9f commit f51a8d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,10 +1,9 @@
language: node_js
sudo: false
node_js:
- "12"
- "10"
- "9"
- "8"
- "6"
cache:
directories:
- $HOME/.npm

0 comments on commit f51a8d3

Please sign in to comment.