summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-23 14:10:12 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-23 14:10:12 +0000
commit3675920c1e4e4d8464a6f18b6999b583fc1d3acf (patch)
tree1280546aceb1607a60cfae120cae43cd5c3cf313 /appveyor.yml
parentf2dfe96d177a45bd67e8846b5e008eae9facdd3d (diff)
.travis.yml: run the slowest jobs first
to shorten time taken for finishing overall builds. appveyor.yml: comment the same intention in AppVeyor as well git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ddbc2b1700..35f34db4f1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,6 +7,7 @@ environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.11"
matrix:
+ # to reduce time for finishing all jobs, run the slowest msys2 build first.
- build: msys2
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- build: vs