aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-25 07:21:37 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-25 07:26:35 -0700
commit7c507345a73afe3f599e407e851b9c0d708adeb0 (patch)
tree388a4bacecc9c457300388e9c7d4ee83f6c652be /appveyor.yml
parentbe851692cec43470aceed23ff40c198deb4d4680 (diff)
downloadruby-7c507345a73afe3f599e407e851b9c0d708adeb0.tar.gz
Build trunk branch too to trigger AppVeyor on PR
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c436ef718f..9ecb083b0a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,9 +3,10 @@ version: '{build}'
shallow_clone: true
platform:
- x64
-branches:
- except:
- - trunk # mirrored master runs CI
+## Still allowing trunk branch for pull request. TODO: Skip non-pull-request trunk build.
+# branches:
+# except:
+# - trunk # mirrored master runs CI
environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.11"