build.sh: Add the correct travis platform.

travis-windows
Doug Coleman 2018-12-29 16:29:40 -06:00
parent 5e16c067ef
commit 382e43889b
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ find_os() {
*CYGWIN_NT*) OS=windows;;
*CYGWIN*) OS=windows;;
MINGW32*) OS=windows;;
x86_64-pc-windows-msvc) OS=windows;;
MSYS_NT*) OS=windows;;
*darwin*) OS=macosx;;
*Darwin*) OS=macosx;;
*linux*) OS=linux;;