Skip to content

Commit

Permalink
Remove support for non-latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Mar 31, 2020
1 parent 680d878 commit 7eed322
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
sudo: false
language: node_js
node_js:
- "4"
- "7"
- "8"
- "latest"
before_install:
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"

0 comments on commit 7eed322

Please sign in to comment.