Fix missing bracket
authormayeut <mayeut@users.noreply.github.com>
Sat, 7 Nov 2015 01:06:22 +0000 (02:06 +0100)
committermayeut <mayeut@users.noreply.github.com>
Sat, 7 Nov 2015 01:06:22 +0000 (02:06 +0100)
tools/travis-ci/run.sh

index 634d05dcaa2697c717754187058219fae16a2ede..e8c5a2812974c4a1fbbed8164751e13b2e04b0b5 100755 (executable)
@@ -70,7 +70,7 @@ 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
+       elif [ "${APPVEYOR:-}" == "True" ]; then
                TRAVIS_OS_NAME=windows
        else
                echo "Failed to guess OS"; exit 1