Skip to content

Commit

Permalink
ci: allow all branches except trying.tmp and staging.tmp to be built
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Oct 25, 2018
1 parent 4a7601b commit 9e15791
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ os:
sudo: false

branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Also build pull requests.
- master
# Don't build these branches
except:
# Used by bors
- trying.tmp
- staging.tmp

env:
global:
Expand Down
16 changes: 7 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ environment:
#- TARGET: i686-pc-windows-msvc
#- TARGET: x86_64-pc-windows-gnu
- TARGET: x86_64-pc-windows-msvc

branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Also build pull requests.
- master

# Don't build these branches
except:
# Used by bors
- trying.tmp
- staging.tmp

install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
Expand Down

0 comments on commit 9e15791

Please sign in to comment.