Merge pull request #127 from snshn/win-travis

add windows target OS to TravisCI
This commit is contained in:
Sunshine 2020-02-27 18:38:50 -05:00 committed by GitHub
commit 1c1f2c7128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ sudo: false
os: os:
- linux - linux
- osx - osx
- windows
rust: rust:
- stable - stable