Skip to content

Commit 463ef69

Browse files
committed
update ci configs.
1 parent 259d1a1 commit 463ef69

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- 8
45
- 6
56
- 4
67
- '0.12'

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
environment:
22
matrix:
3+
- nodejs_version: '8'
34
- nodejs_version: '6'
45
- nodejs_version: '4'
56
- nodejs_version: '0.12'
67
- nodejs_version: '0.10'
78
install:
89
- ps: Install-Product node $env:nodejs_version
910
- set CI=true
10-
- npm -g install npm@latest
11+
- IF %nodejs_version% LSS 4 npm -g install npm@2
1112
- set PATH=%APPDATA%\npm;%PATH%
1213
- npm install
1314
matrix:

0 commit comments

Comments
 (0)