Skip to content

Commit ddac89e

Browse files
committed
Fix bors unable to clone staging.tmp issue
1 parent 54f7c19 commit ddac89e

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ rust:
55
- beta
66
- nightly
77

8+
os:
9+
- linux
10+
- osx
11+
- windows
12+
13+
branches:
14+
only:
15+
- staging
16+
- trying
17+
- master
18+
- /release-.*/
19+
820
# Allow for occasional compiler breakage on nightly Rust.
921
matrix:
1022
allow_failures:

bors.toml

-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ block_labels = [
1010
"status: wontfix",
1111
"status: working"
1212
]
13-
14-
# This feature is rarely useful and more often problematic, so we turn it off.
15-
delete_merged_branches = false
16-
17-
# Increase timeout to 5 hours as the default timeout is too short for our build
18-
timeout_sec = 18000

0 commit comments

Comments
 (0)