From c1e399ab2988284b431667ad514f6d31a32fea8f Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 31 Aug 2017 12:13:01 -0400 Subject: Make shellcheck happy I have no idea if an empty if/then/fi block in shell is valid or not but anyway shellcheck doesn't like it so remove it. --- src/scripts/ci/setup_travis.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index 74822a725..582c00b3c 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -77,10 +77,4 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then elif [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update brew install ccache - - if [ "$BUILD_MODE" != "cross-arm32" ] && [ "$BUILD_MODE" != "cross-arm64" ]; then - # Boost 1.58 is installed on Travis OS X images - # brew install boost - fi - fi -- cgit v1.2.3