Don't build tmp branches
This commit is contained in:
parent
7800cc5efc
commit
813c33d3d1
2 changed files with 19 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue