Skip to content

Commit 1d46627

Browse files
author
Benjamin
committedNov 1, 2018
chore: update testing matrix
BREAKING CHANGE: removed Node 4/5 from testing matrix
1 parent e303c44 commit 1d46627

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

Diff for: ‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
3+
- "6"
4+
- "10"
55
- "stable"
66
before_script:
77
- git config --global user.name 'Travis-CI'

Diff for: ‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- nodejs_version: '6'
3+
- nodejs_version: '10'
44
install:
55
- ps: Install-Product node $env:nodejs_version
66
- git config --global user.name 'Appveyor'

0 commit comments

Comments
 (0)
Please sign in to comment.