Skip to content

Commit

Permalink
Merge #237
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bors[bot] and behnam authored Oct 21, 2020
2 parents 09eec43 + cf01512 commit 41cd2b0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
31 changes: 21 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
language: rust
sudo: false
os: linux
dist: trusty

rust:
- nightly
- beta
- stable
- 1.45.0 # = MIN_RUST_VERSION
matrix:
fast_finish: true
include:

# Linux
- rust: nightly
- rust: beta
- rust: stable
- rust: 1.45.0 # = MIN_RUST_VERSION

# MacOS
- os: osx
rust: beta
- os: osx
rust: stable

# Windows
- os: windows
rust: beta
- os: windows
rust: stable

branches:
except:
- staging.tmp
- trying.tmp

matrix:
fast_finish: true

notifications:
email:
on_success: never
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![UNIC-logo](docs/images/UNIC-logo.png)](https://github.com/open-i18n/rust-unic/)

[![Travis](https://img.shields.io/travis/open-i18n/rust-unic/master.svg?label=Linux%20build)](https://travis-ci.org/open-i18n/rust-unic/)
[![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)
[![Rust-1.45+](https://img.shields.io/badge/rustc-1.45+-red.svg#MIN_RUST_VERSION)](https://www.rust-lang.org/)
[![Unicode-10.0.0](https://img.shields.io/badge/unicode-10.0.0-red.svg)](https://www.unicode.org/versions/Unicode10.0.0/)
[![Release](https://img.shields.io/github/release/open-i18n/rust-unic.svg)](https://github.com/open-i18n/rust-unic/)
Expand Down

0 comments on commit 41cd2b0

Please sign in to comment.