aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:03:07 -0800
committerNARUSE, Yui <naruse@airemix.jp>2020-01-30 13:35:16 +0900
commit48f82ad28961c0998b1d426493614875bb487d29 (patch)
tree143a9d1f22962f66ccf76fbb28703145593d2bcd /appveyor.yml
parentfdd9d7cd41cde130889d84414395da22706972c8 (diff)
downloadruby-48f82ad28961c0998b1d426493614875bb487d29.tar.gz
Remove code to prevent double build on trunk
trunk branch was deleted.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bf10c97222..bb469fcb67 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,9 +3,6 @@ version: '{build}'
shallow_clone: true
platform:
- x64
-branches:
- except:
- - trunk # mirrored from trunk. avoid doubly building on it
environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.11"