Skip to content

Commit 6718428

Browse files
authoredMay 5, 2019
build!: drop Node 6 from testing matrix (#346)
BREAKING CHANGE: tests are no longer run for Node 6
1 parent b6d3d13 commit 6718428

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os:
33
- linux
44
- windows
55
node_js:
6-
- "6"
6+
- "8"
77
- "10"
88
- "node"
99
before_script:

‎appveyor.yml

-19
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.