Skip to content

Commit c3d430c

Browse files
authored
Merge pull request #102 from TuringLang/bors
Use Bors?
2 parents 99a1220 + 909049a commit c3d430c

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.github/workflows/DynamicPPL-CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
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

1015
jobs:

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
language: julia
33
branches:
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
612
os:
713
- linux
814
- osx

bors.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)