aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Reilly <rs576h@vyatta.att-mail.com>2019-07-17 11:24:16 +0100
committerStuart Reilly <rs576h@vyatta.att-mail.com>2019-07-17 11:44:44 +0100
commitcfdf832d3ac900a7c3649668e9b505874a80c5cc (patch)
tree158abbb6074fbeb84f5553c62315164899aaaff6
parent098c4228fb5e0b59077a887215607abd247dc793 (diff)
Remove brew update
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 5bce840eb..6b2b92c60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,10 +70,6 @@ matrix:
before_install:
- eval "${MATRIX_EVAL}"
-install:
-#macos
- - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
-
before_script:
- ./autogen.sh
# - lcov --directory . --zerocounters
@@ -81,7 +77,7 @@ before_script:
script:
- ./configure
- make
-#
+
#after_script:
- cd tests
- ./do.sh