aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-01 00:24:10 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-01 00:24:14 +0900
commit3d1536e61812dab1f4c226eb60356fd238ab6bb8 (patch)
tree78eb495f7ef0276fb44e92606c59e5e0b8e6af15 /appveyor.yml
parentf13fb814e0343b5c09afe0c6d3114ee24b84d295 (diff)
downloadruby-3d1536e61812dab1f4c226eb60356fd238ab6bb8.tar.gz
Build AppVeyor only on master
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 06edf957b8..2aec8dd9c3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,9 +5,7 @@ platform:
- x64
branches:
except:
- # Because default branch is still "trunk", we build only "trunk" to avoid
- # doubly building on master and trigger CI on Pull Request.
- - master # mirrored from trunk
+ - trunk # mirrored from trunk. avoid doubly building on it
environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.11"