Skip to content

Commit 18ed970

Browse files
committed
fix CI build config
1 parent 8d5ed06 commit 18ed970

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.12"
6-
- 4
7-
- node
4+
- "7"
5+
- "6"
6+
- "4.3"
87
script: npm run travis
98
env:
109
- NO_WATCH_TESTS=1
1110

12-
before_install:
13-
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm@^2'
14-
1511
before_script:
1612
- npm link
1713
- npm link webpack

appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ init:
77
# what combinations to test
88
environment:
99
matrix:
10-
- nodejs_version: 0.12
11-
12-
# combinations having this can fail
13-
matrix:
14-
allow_failures:
15-
- nodejs_version: 0.13
10+
- nodejs_version: "7"
11+
- nodejs_version: "6"
1612

1713
install:
18-
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
14+
- ps: Install-Product node $env:nodejs_version x64
1915
- npm install --msvs_version=2013
16+
- npm link
17+
- npm link webpack
2018

2119
build: off
2220

0 commit comments

Comments
 (0)