The last of the Masters

This commit is contained in:
Aleksey Kladov 2018-01-28 03:23:05 +03:00
parent fcc4987de5
commit 5e0752ceda
3 changed files with 16 additions and 0 deletions

View file

@ -12,3 +12,9 @@ matrix:
- rust: stable
script:
- cargo test
branches:
only:
- staging
- master
- trying

View file

@ -11,3 +11,9 @@ build: false
test_script:
- cargo test
branches:
only:
- staging
- master
- trying

4
bors.toml Normal file
View file

@ -0,0 +1,4 @@
status = [
"continuous-integration/travis-ci/push",
"continuous-integration/appveyor/branch"
]