Fix missing bracket
This commit is contained in:
@@ -70,7 +70,7 @@ if [ "${TRAVIS_OS_NAME:-}" == "" ]; then
|
|||||||
TRAVIS_OS_NAME=windows
|
TRAVIS_OS_NAME=windows
|
||||||
elif uname -s | grep -i MINGW &> /dev/null; then
|
elif uname -s | grep -i MINGW &> /dev/null; then
|
||||||
TRAVIS_OS_NAME=windows
|
TRAVIS_OS_NAME=windows
|
||||||
elif [ "${APPVEYOR:-}" == "True"; then
|
elif [ "${APPVEYOR:-}" == "True" ]; then
|
||||||
TRAVIS_OS_NAME=windows
|
TRAVIS_OS_NAME=windows
|
||||||
else
|
else
|
||||||
echo "Failed to guess OS"; exit 1
|
echo "Failed to guess OS"; exit 1
|
||||||
|
Reference in New Issue
Block a user