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
|
||||
|
||||
branches:
|
||||
except:
|
||||
# Used by bors
|
||||
- staging.tmp
|
||||
only:
|
||||
# This is where pull requests from "bors r+" are built.
|
||||
- staging
|
||||
# This is where pull requests from "bors try" are built.
|
||||
- trying
|
||||
# Build pull requests.
|
||||
- master
|
||||
|
||||
rust:
|
||||
- nightly
|
||||
|
||||
Reference in New Issue
Block a user