mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
Add Travis windows build
See https://blog.travis-ci.com/2018-10-11-windows-early-release
This commit is contained in:
parent
9d3373137b
commit
ff9dfccade
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ rust: nightly
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
- windows
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
@ -36,6 +37,8 @@ matrix:
|
||||||
env: BASE_TESTS=true
|
env: BASE_TESTS=true
|
||||||
- os: linux
|
- os: linux
|
||||||
env: BASE_TESTS=true
|
env: BASE_TESTS=true
|
||||||
|
- os: windows
|
||||||
|
env: BASE_TEST=true
|
||||||
- env: INTEGRATION=rust-lang/cargo
|
- env: INTEGRATION=rust-lang/cargo
|
||||||
- env: INTEGRATION=rust-lang-nursery/rand
|
- env: INTEGRATION=rust-lang-nursery/rand
|
||||||
- env: INTEGRATION=rust-lang-nursery/stdsimd
|
- env: INTEGRATION=rust-lang-nursery/stdsimd
|
||||||
|
@ -53,6 +56,7 @@ matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- os: linux
|
- os: linux
|
||||||
- os: osx
|
- os: osx
|
||||||
|
- os: windows
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue