We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f7c19 commit ddac89eCopy full SHA for ddac89e
.travis.yml
@@ -5,6 +5,18 @@ rust:
5
- beta
6
- nightly
7
8
+os:
9
+- linux
10
+- osx
11
+- windows
12
+
13
+branches:
14
+ only:
15
+ - staging
16
+ - trying
17
+ - master
18
+ - /release-.*/
19
20
# Allow for occasional compiler breakage on nightly Rust.
21
matrix:
22
allow_failures:
bors.toml
@@ -10,9 +10,3 @@ block_labels = [
"status: wontfix",
"status: working"
]
-
-# This feature is rarely useful and more often problematic, so we turn it off.
-delete_merged_branches = false
-# Increase timeout to 5 hours as the default timeout is too short for our build
-timeout_sec = 18000
0 commit comments