summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-08-02 10:57:59 +0200
committerMarcus Meissner <marcus@jet.franken.de>2016-08-02 10:57:59 +0200
commitbe029c6692a6a90888fe899306f81b37b8caac1c (patch)
tree48c0bdb36e03903d601681d214187ebda86297ff /.travis.yml
parent5d816d6cac00484b4b3fdd16d954a5ade7fb9d67 (diff)
downloadlibgphoto2-be029c6692a6a90888fe899306f81b37b8caac1c.tar.gz
travis workaround due to currently broken osx libtool
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a44c12223..6e42d9d41 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ env:
# a helper shell script.
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall libtool; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install $(sh .travis-translate-pkgs $EXTRALIBS); fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y $(sh .travis-translate-pkgs $EXTRALIBS); fi