File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77 - dev
8+ # This is where pull requests from "bors r+" are built.
9+ - staging
10+ # This is where pull requests from "bors try" are built.
11+ - trying
12+ # Enable building pull requests.
813 pull_request :
914
1015jobs :
Original file line number Diff line number Diff line change 22language : julia
33branches :
44 only :
5+ # Enable building pull requests to master and dev.
56 - master
7+ - dev
8+ # This is where pull requests from "bors r+" are built.
9+ - staging
10+ # This is where pull requests from "bors try" are built.
11+ - trying
612os :
713 - linux
814 - osx
Original file line number Diff line number Diff line change 1+ status = [
2+ " continuous-integration/travis-ci/push" ,
3+ " DynamicPPL-CI / test (1%"
4+ ]
5+ delete_merged_branches = true
6+ # Uncomment this to require at least on approval of a project member.
7+ # required_approvals = 1
8+ # Uncomment this to use a two hour timeout.
9+ # The default is one hour.
10+ # timeout_sec = 7200
You can’t perform that action at this time.
0 commit comments