Skip to content

Commit 9086730

Browse files
authored
Add branch configuration to appveyor.yml
1 parent 8fc84b1 commit 9086730

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

appveyor.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ environment:
66
#- TARGET: i686-pc-windows-msvc
77
#- TARGET: x86_64-pc-windows-gnu
88
- 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+
1019
install:
1120
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
1221
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly

0 commit comments

Comments
 (0)