diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-10-12 07:19:34 +0200 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2018-10-12 07:30:34 +0200 |
| commit | ff9dfccadee1a724f357999fb9eb671fe04e837c (patch) | |
| tree | 2632142827d8199c7e6df98f0c5bb65e84118b99 | |
| parent | 9d3373137b74a403281b293b19ab9346773af073 (diff) | |
| download | rust-ff9dfccadee1a724f357999fb9eb671fe04e837c.tar.gz rust-ff9dfccadee1a724f357999fb9eb671fe04e837c.zip | |
Add Travis windows build
See https://blog.travis-ci.com/2018-10-11-windows-early-release
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6d44c7faa93..20c98062dd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ rust: nightly os: - linux - osx + - windows sudo: false @@ -36,6 +37,8 @@ matrix: env: BASE_TESTS=true - os: linux env: BASE_TESTS=true + - os: windows + env: BASE_TEST=true - env: INTEGRATION=rust-lang/cargo - env: INTEGRATION=rust-lang-nursery/rand - env: INTEGRATION=rust-lang-nursery/stdsimd @@ -53,6 +56,7 @@ matrix: exclude: - os: linux - os: osx + - os: windows script: - | |
