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 <behnam@zwnj.org>
  • Loading branch information
bors[bot] and behnam committed Nov 5, 2018
2 parents 43aa9db + 946ff07 commit 9eff642
Showing 1 changed file with 21 additions and 10 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.28.0 # = MIN_RUST_VERSION
matrix:
fast_finish: true
include:

# Linux
- rust: nightly
- rust: beta
- rust: stable
- rust: 1.28.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

0 comments on commit 9eff642

Please sign in to comment.