mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Don't build non-master branches
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user