Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit e797a34

Browse files
authored
build: Add back Appveyor 0.12-3 (#2255)
We still want these till we officially drop the EOL Node versions
1 parent a60caf4 commit e797a34

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

appveyor.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@
3434
environment:
3535
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
3636
matrix:
37+
- nodejs_version: 0.10
38+
GYP_MSVS_VERSION: 2013
39+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
40+
- nodejs_version: 0.12
41+
GYP_MSVS_VERSION: 2013
42+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
43+
- nodejs_version: 1
44+
GYP_MSVS_VERSION: 2013
45+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
46+
- nodejs_version: 2
47+
GYP_MSVS_VERSION: 2013
48+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
49+
- nodejs_version: 3
50+
GYP_MSVS_VERSION: 2013
51+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
3752
- nodejs_version: 4
3853
GYP_MSVS_VERSION: 2013
3954
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013

0 commit comments

Comments
 (0)