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 5
5
branches :
6
6
- master
7
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
12
+ # Enable building pull requests.
8
13
pull_request :
9
14
10
15
jobs :
Original file line number Diff line number Diff line change 2
2
language : julia
3
3
branches :
4
4
only :
5
+ # Enable building pull requests to master and dev.
5
6
- 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
6
12
os :
7
13
- linux
8
14
- 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