Skip to content

Commit

Permalink
chore(deps): Support node 6,8,10
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  Drop support for node < 6
  • Loading branch information
johnjbarton committed Aug 22, 2018
1 parent 004d61d commit 2ef4585
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
sudo: false
language: node_js
node_js:
- 4
- "6"
- "8"
- stable

before_install:
Expand Down

0 comments on commit 2ef4585

Please sign in to comment.