travis: don't run on msvc for now

pull/1997/head
Alexander Medvednikov 2019-09-15 20:00:12 +03:00 committed by GitHub
parent 0b81c5a3cb
commit 52fc16bc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ script:
./make.bat -gcc
fi
if [[ "${TRAVIS_JOB_NAME}" == "windows_msvc" ]]; then
exit
echo "Building V with MSVC"
export VFLAGS="-os msvc"
./make.bat -msvc