Don't build tmp branches

This commit is contained in:
Maik Klein 2018-12-09 09:11:19 +01:00
parent 7800cc5efc
commit 813c33d3d1
2 changed files with 19 additions and 0 deletions

View file

@ -15,3 +15,13 @@ script:
- cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml
- cargo build --manifest-path generator/Cargo.toml
branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Uncomment this to enable building pull requests.
- master

View file

@ -13,3 +13,12 @@ install:
build_script:
- cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml
branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Uncomment this to enable building pull requests.
- master