Skip to content

Commit

Permalink
chore(deps): Drop old node, build for 6, 8, 10.
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  Drop old node version support, now 6,8, 10.
  • Loading branch information
johnjbarton authored Aug 21, 2018
1 parent 3504bd9 commit 7c95ad6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "8"
- "10"

# Make sure we have new NPM.
before_install:
Expand Down

0 comments on commit 7c95ad6

Please sign in to comment.