File tree 3 files changed +23
-1
lines changed
3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 9
9
10
10
sudo : false
11
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
+
12
21
env :
13
22
global :
14
23
- RUST_BACKTRACE=1
Original file line number Diff line number Diff line change @@ -6,7 +6,16 @@ environment:
6
6
# - TARGET: i686-pc-windows-msvc
7
7
# - TARGET: x86_64-pc-windows-gnu
8
8
- TARGET : x86_64-pc-windows-msvc
9
-
9
+
10
+ branches :
11
+ only :
12
+ # This is where pull requests from "bors r+" are built.
13
+ - staging
14
+ # This is where pull requests from "bors try" are built.
15
+ - trying
16
+ # Also build pull requests.
17
+ - master
18
+
10
19
install :
11
20
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
12
21
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
Original file line number Diff line number Diff line change
1
+ status = [
2
+ " continuous-integration/travis-ci/push" ,
3
+ " continuous-integration/appveyor/branch"
4
+ ]
You can’t perform that action at this time.
0 commit comments