diff --git a/.travis.yml b/.travis.yml index e6918324..ae8ce901 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 92569c26..40053409 100644 --- a/README.md +++ b/README.md @@ -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/)