Don't build non-master branches

This commit is contained in:
Philipp Oppermann
2018-10-28 13:33:26 +01:00
parent c9f721d4c9
commit 7f36c84c0f

View File

@@ -8,9 +8,13 @@ notifications:
on_failure: change on_failure: change
branches: branches:
except: only:
# Used by bors # This is where pull requests from "bors r+" are built.
- staging.tmp - staging
# This is where pull requests from "bors try" are built.
- trying
# Build pull requests.
- master
rust: rust:
- nightly - nightly