diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 45658738..a783c204 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -58,6 +58,8 @@ if [ "${TRAVIS_OS_NAME:-}" == "" ]; then fi elif uname -s | grep -i CYGWIN &> /dev/null; then TRAVIS_OS_NAME=windows + elif uname -s | grep -i MINGW32 &> /dev/null; then + TRAVIS_OS_NAME=windows else echo "Failed to guess OS"; exit 1 fi