summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rwxr-xr-x.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 637eb6a..4da753d 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -185,11 +185,6 @@ matrix:
before_install:
-# avoid issues with outdated Homebrew installation on Mac OSX by updating it
-# before anything else
-# TODO: remove "brew update" line after 2017-11-15, see https://blog.travis-ci.com/2017-10-16-a-new-default-os-x-image-is-coming and
-# https://github.com/travis-ci/travis-ci/issues/8552
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- eval "${MATRIX_EVAL}"
-script: autoreconf -V && autoreconf --force && ./configure && cat config.log && make && make check
+script: ./configure && cat config.log && make && make check