Skip to content

Commit d3d2140

Browse files
committed
test: update ci configs.
1 parent e3b628c commit d3d2140

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "iojs"
4+
- "4.0"
55
- "0.12"
66
- "0.10"
77
matrix:

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
init:
2-
- git config --global core.autocrlf input
31
environment:
42
matrix:
5-
- nodejs_version: '1' # iojs
3+
- nodejs_version: '4'
64
- nodejs_version: '0.12'
75
- nodejs_version: '0.10'
86
install:

0 commit comments

Comments
 (0)