summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMSP-Greg <MSP-Greg@users.noreply.github.com>2019-10-21 16:36:10 -0500
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-22 14:06:39 +0900
commit5e0d33a85675663f47956815a0b70f3e4d1d9bc1 (patch)
treec3ba6a0aa32a4b45cfb8b97204e032742a1df89a
parent97a03a035695e948ce6b3a0f91bfd0302fbc30de (diff)
appveyor.yml - remove timezone & tzinfo gems from MSVC builds
Not compatible with concurrent-ruby dependency
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 65a05425ec..bf10c97222 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,16 +13,18 @@ environment:
# to reduce time for finishing all jobs, run the slowest msys2 build first.
- build: msys2
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ GEMS_FOR_TEST: "timezone tzinfo"
- build: vs
vs: 120
ssl: OpenSSL
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
+ GEMS_FOR_TEST: ""
- build: vs
vs: 140
ssl: OpenSSL-v111
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+ GEMS_FOR_TEST: ""
RELINE_TEST_ENCODING: "Windows-31J"
- GEMS_FOR_TEST: "timezone tzinfo"
UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
for:
-