Skip to content

Commit ff9dfcc

Browse files
committed
1 parent 9d33731 commit ff9dfcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ rust: nightly
55
os:
66
- linux
77
- osx
8+
- windows
89

910
sudo: false
1011

@@ -36,6 +37,8 @@ matrix:
3637
env: BASE_TESTS=true
3738
- os: linux
3839
env: BASE_TESTS=true
40+
- os: windows
41+
env: BASE_TEST=true
3942
- env: INTEGRATION=rust-lang/cargo
4043
- env: INTEGRATION=rust-lang-nursery/rand
4144
- env: INTEGRATION=rust-lang-nursery/stdsimd
@@ -53,6 +56,7 @@ matrix:
5356
exclude:
5457
- os: linux
5558
- os: osx
59+
- os: windows
5660

5761
script:
5862
- |

0 commit comments

Comments
 (0)