Fix missing bracket
[openjpeg.git] / tools / travis-ci / run.sh
index 7d6bd141af73ad8afc091e71c035b9e77eada332..e8c5a2812974c4a1fbbed8164751e13b2e04b0b5 100755 (executable)
@@ -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