mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 03:45:04 +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
|
- rust: stable
|
||||||
script:
|
script:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- staging
|
||||||
|
- master
|
||||||
|
- trying
|
||||||
|
|
|
@ -11,3 +11,9 @@ build: false
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cargo test
|
- 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