File tree Expand file tree Collapse file tree 2 files changed +21
-11
lines changed Expand file tree Collapse file tree 2 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 11language : rust
22sudo : false
3- os : linux
4- dist : trusty
53
6- rust :
7- - nightly
8- - beta
9- - stable
10- - 1.45.0 # = MIN_RUST_VERSION
4+ matrix :
5+ fast_finish : true
6+ include :
7+
8+ # Linux
9+ - rust : nightly
10+ - rust : beta
11+ - rust : stable
12+ - rust : 1.45.0 # = MIN_RUST_VERSION
13+
14+ # MacOS
15+ - os : osx
16+ rust : beta
17+ - os : osx
18+ rust : stable
19+
20+ # Windows
21+ - os : windows
22+ rust : beta
23+ - os : windows
24+ rust : stable
1125
1226branches :
1327 except :
1428 - staging.tmp
1529 - trying.tmp
1630
17- matrix :
18- fast_finish : true
19-
2031notifications :
2132 email :
2233 on_success : never
Original file line number Diff line number Diff line change 33[ ![ UNIC-logo] ( docs/images/UNIC-logo.png )] ( https://github.com/open-i18n/rust-unic/ )
44
55[ ![ Travis] ( https://img.shields.io/travis/open-i18n/rust-unic/master.svg?label=Linux%20build )] ( https://travis-ci.org/open-i18n/rust-unic/ )
6- [ ![ AppVeyor] ( https://img.shields.io/appveyor/ci/open-i18n/rust-unic/master.svg?label=Windows%20build )] ( https://ci.appveyor.com/project/open-i18n/rust-unic )
76[ ![ Rust-1.45+] ( https://img.shields.io/badge/rustc-1.45+-red.svg#MIN_RUST_VERSION )] ( https://www.rust-lang.org/ )
87[ ![ Unicode-10.0.0] ( https://img.shields.io/badge/unicode-10.0.0-red.svg )] ( https://www.unicode.org/versions/Unicode10.0.0/ )
98[ ![ Release] ( https://img.shields.io/github/release/open-i18n/rust-unic.svg )] ( https://github.com/open-i18n/rust-unic/ )
You can’t perform that action at this time.
0 commit comments