mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
The last of the Masters
This commit is contained in:
parent
fcc4987de5
commit
5e0752ceda
3 changed files with 16 additions and 0 deletions
|
@ -12,3 +12,9 @@ matrix:
|
|||
- rust: stable
|
||||
script:
|
||||
- cargo test
|
||||
|
||||
branches:
|
||||
only:
|
||||
- staging
|
||||
- master
|
||||
- trying
|
||||
|
|
|
@ -11,3 +11,9 @@ build: false
|
|||
|
||||
test_script:
|
||||
- cargo test
|
||||
|
||||
branches:
|
||||
only:
|
||||
- staging
|
||||
- master
|
||||
- trying
|
||||
|
|
4
bors.toml
Normal file
4
bors.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
status = [
|
||||
"continuous-integration/travis-ci/push",
|
||||
"continuous-integration/appveyor/branch"
|
||||
]
|
Loading…
Reference in a new issue