1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

appveyor.yml: Do not doubly run CI on trunk

This commit is contained in:
Takashi Kokubun 2019-05-22 08:40:09 -07:00
parent 277e68825a
commit d9b338a53f
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -3,6 +3,9 @@ version: '{build}'
shallow_clone: true
platform:
- x64
branches:
except:
- trunk # mirrored master runs CI
environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.11"