Travis CI builds windows-gnu instead of windows-msvc

This commit is contained in:
Michael Vines
2020-03-17 22:37:57 -07:00
parent 3a501ad69e
commit cb29b8dd2a

View File

@ -45,7 +45,7 @@ linux)
TARGET=x86_64-unknown-linux-gnu
;;
windows)
TARGET=x86_64-pc-windows-msvc
TARGET=x86_64-pc-windows-gnu
;;
*)
echo CI_OS_NAME unset