summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:03:07 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:03:21 -0800
commit8c9450e7b875db846b19cc631af0d7fee66db5c6 (patch)
treeb37e1845e504eb13de480d981f0dbda35908d006 /appveyor.yml
parenteca964c24e94ceb9146bcf4c010d9abfc632637a (diff)
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 b441712028..17efe005a0 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"