summaryrefslogtreecommitdiff
path: root/scripts/travis-before-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis-before-install.sh')
-rwxr-xr-xscripts/travis-before-install.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/travis-before-install.sh b/scripts/travis-before-install.sh
index fc003f5a..f5a430b2 100755
--- a/scripts/travis-before-install.sh
+++ b/scripts/travis-before-install.sh
@@ -15,11 +15,6 @@
# limitations under the License.
#
-if [[ ${TRAVIS_OS_NAME} = "linux" ]]; then
- pip install --user flake8
-elif [[ ${TRAVIS_OS_NAME} = "osx" ]]; then
+if [[ ${TRAVIS_OS_NAME} = "osx" ]]; then
brew update
-else
- echo "unknown TRAVIS_OS_NAME: ${TRAVIS_OS_NAME}"
- exit 1
fi