summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"