mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add support for bors.ng
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
branches:
|
||||||
|
except:
|
||||||
|
# Used by bors
|
||||||
|
- staging.tmp
|
||||||
|
|
||||||
# Appveyor configuration template for Rust using rustup for Rust installation
|
# Appveyor configuration template for Rust using rustup for Rust installation
|
||||||
# https://github.com/starkat99/appveyor-rust
|
# https://github.com/starkat99/appveyor-rust
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,11 @@ notifications:
|
|||||||
on_success: never
|
on_success: never
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
# Used by bors
|
||||||
|
- staging.tmp
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user