summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2019-12-30 09:07:08 +0100
committerMarcus Meissner <marcus@jet.franken.de>2019-12-30 09:07:08 +0100
commitb99883323439e3709323bd084aa9419cb33e5d88 (patch)
treea137d2b5933c39a40a8784b81b7b7ec768b551ca /.travis.yml
parent1997601036b562fe4d10f4a623f151ddd034bf6d (diff)
downloadlibgphoto2-b99883323439e3709323bd084aa9419cb33e5d88.tar.gz
hopefully fix travis for osx, remove old libtool hack
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5affab673..16ce8e5c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,9 +14,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" == "osx" ]]; then brew install libtool; 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