Travis: fix syntax error in script

This commit is contained in:
Tobias Junghans
2017-10-18 18:38:50 +02:00
parent cd677273ac
commit 350cd2738c

View File

@@ -10,7 +10,7 @@ if [ "$TYPE" = 'style' ]; then
# shellcheck disable=SC2046
shellcheck $(find -O3 "$TRAVIS_BUILD_DIR/.travis/" "$TRAVIS_BUILD_DIR/cmake/" -type f -name '*.sh' -o -name "*.sh.in")
else if [[ $TARGET_OS == "win32" || $TARGET_OS == "win64" ]] ; then
elif [[ $TARGET_OS == "win32" || $TARGET_OS == "win64" ]] ; then
"$TRAVIS_BUILD_DIR/.travis/$TRAVIS_OS_NAME.$TARGET_OS.script.sh"