summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2020-04-29 09:39:52 +0200
committerMarti Maria <marti.maria@littlecms.com>2020-04-29 09:39:52 +0200
commit031c4d9f6206f91307de87b7ac9381a883ffec2b (patch)
tree2604a90e3c51840ba589fbe234e0cf2dcb625d8a /.travis.yml
parent52493b91ef332617dee67405215598be3961d37e (diff)
downloadlcms2-031c4d9f6206f91307de87b7ac9381a883ffec2b.tar.gz
Remove rebuild of autotools in travis
Check the vanilla distribution remove brew update on osx
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