Skip to content

Commit

Permalink
chore: update testing matrix
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removed Node 4/5 from testing matrix
  • Loading branch information
Benjamin committed Nov 1, 2018
1 parent e303c44 commit 1d46627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "10"
- "stable"
before_script:
- git config --global user.name 'Travis-CI'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '10'
install:
- ps: Install-Product node $env:nodejs_version
- git config --global user.name 'Appveyor'
Expand Down

0 comments on commit 1d46627

Please sign in to comment.