Skip to content

Commit 165adf2

Browse files
committedJan 14, 2017
Update CI configs.
1 parent 556c63d commit 165adf2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ language: node_js
44

55
node_js:
66
- "4"
7-
- "5"
87
- "6"
9-
- "iojs"
8+
- "7"
109

1110
matrix:
1211
fast_finish: true

‎appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ environment:
99
platform: x64
1010
- nodejs_version: "4"
1111
platform: x86
12-
- nodejs_version: "5"
13-
platform: x86
1412
- nodejs_version: "6"
1513
platform: x86
14+
- nodejs_version: "7"
15+
platform: x86
1616

1717
install:
1818
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)
Please sign in to comment.