Skip to content

Commit 94f2d9c

Browse files
committed
Merge branch 'patch-1' of https://github.com/amilajack/webpack into amilajack-patch-1
2 parents dc50c03 + 58f5cb4 commit 94f2d9c

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ 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: 6
11+
- nodejs_version: 5
12+
- nodejs_version: 4
1613

1714
install:
1815
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
16+
- npm link
17+
- npm link webpack
1918
- npm install --msvs_version=2013
2019

2120
build: off
2221

22+
matrix:
23+
fast_finish: true
24+
2325
test_script:
2426
- node --version
2527
- npm --version

0 commit comments

Comments
 (0)