fix appveyor build

This commit is contained in:
mayeut 2015-11-07 02:04:10 +01:00
parent fb4be3894e
commit 601aa38c30
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ if [ "${TRAVIS_OS_NAME:-}" == "" ]; then
TRAVIS_OS_NAME=windows
elif uname -s | grep -i MINGW &> /dev/null; then
TRAVIS_OS_NAME=windows
elif [ "${APPVEYOR:-}" == "True"; then
TRAVIS_OS_NAME=windows
else
echo "Failed to guess OS"; exit 1
fi