Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit cc7c864

Browse files
committedJul 4, 2017
Change: support node4+ up to 8
No more 0.12 support as some deps require node4+
1 parent 7bb55c1 commit cc7c864

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
 

‎.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- '6'
6-
- '5'
7-
- '4'
8-
- '0.12'
5+
- 8
6+
- 6
7+
- 4
98

109
script:
1110
- npm run test

‎appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
environment:
44
matrix:
5+
- nodejs_version: 8
56
- nodejs_version: 6
6-
- nodejs_version: 5
77
- nodejs_version: 4
8-
- nodejs_version: 0.12
98

109
version: "{build}"
1110
build: off

0 commit comments

Comments
 (0)
This repository has been archived.