Skip to content

Commit 41cd2b0

Browse files
bors[bot]behnam
andauthored
Merge #237
237: travis: Enable Windows and MacOS builds r=behnam a=behnam <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/open-i18n/rust-unic/237) <!-- Reviewable:end --> Co-authored-by: Behnam Esfahbod <behnam@zwnj.org>
2 parents 09eec43 + cf01512 commit 41cd2b0

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

.travis.yml

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
language: rust
22
sudo: 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

1226
branches:
1327
except:
1428
- staging.tmp
1529
- trying.tmp
1630

17-
matrix:
18-
fast_finish: true
19-
2031
notifications:
2132
email:
2233
on_success: never

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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/)

0 commit comments

Comments
 (0)