Travis: fix syntax error in script
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user