mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "Revert CI deduplication on Wercker / Azure for debugging"
This reverts commit 1ebe9a2f82
.
because it did not help.
This commit is contained in:
parent
1ebe9a2f82
commit
c210c68d39
2 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,9 @@ version: '{build}'
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- trunk # mirrored master runs CI
|
||||||
environment:
|
environment:
|
||||||
ruby_version: "24-%Platform%"
|
ruby_version: "24-%Platform%"
|
||||||
zlib_version: "1.2.11"
|
zlib_version: "1.2.11"
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
pr: none # comment out this line if you need to test this file on PR
|
pr: none # comment out this line if you need to test this file on PR
|
||||||
|
trigger:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
- job: Linux
|
- job: Linux
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue