Add Travis windows build

See https://blog.travis-ci.com/2018-10-11-windows-early-release
This commit is contained in:
Philipp Hansch 2018-10-12 07:19:34 +02:00
parent 9d3373137b
commit ff9dfccade
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B
1 changed files with 4 additions and 0 deletions

View File

@ -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:
- |