We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d0343 commit 8fc84b1Copy full SHA for 8fc84b1
.travis.yml
@@ -9,6 +9,15 @@ os:
9
10
sudo: false
11
12
+branches:
13
+ only:
14
+ # This is where pull requests from "bors r+" are built.
15
+ - staging
16
+ # This is where pull requests from "bors try" are built.
17
+ - trying
18
+ # Also build pull requests.
19
+ - master
20
+
21
env:
22
global:
23
- RUST_BACKTRACE=1
bors.toml
@@ -0,0 +1,4 @@
1
+status = [
2
+ "continuous-integration/travis-ci/push",
3
+ "continuous-integration/appveyor/branch"
4
+]
0 commit comments