Skip to content

Commit

Permalink
feat: require Node 8 (#80)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: explicitly drops support for Node 6
  • Loading branch information
demurgos authored and Benjamin E. Coe committed May 9, 2019
1 parent a686a57 commit 19543e7
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 230 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- '0.12'
- '4'
- '5'
- '6'
- '8'
- '10'
- '12'
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'
- nodejs_version: '10'
- nodejs_version: '12'
install:
- ps: Install-Product node $env:nodejs_version
- npm -g install npm@latest
Expand Down
Loading

0 comments on commit 19543e7

Please sign in to comment.