diff --git a/ci/travis/install.sh b/ci/travis/install.sh deleted file mode 100644 index a7c8c388b..000000000 --- a/ci/travis/install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash -# -# install.sh -# -# This file is meant to be sourced during the `install` phase of the Travis -# build. Do not attempt to source or run it locally. -# -# shellcheck disable=SC1090 -. "${TRAVIS_BUILD_DIR}/ci/travis/helpers.sh" - -header 'Running install.sh...'