summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2016-01-20 14:15:36 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2016-01-20 14:15:36 +0100
commitb562952dafd616142d95925fd6475ae9e57aa356 (patch)
tree94455697770d1ce08fc3646f5ae8a211e7b60e28 /.travis.yml
parentf9ee4f729053a66b66fe7a8c379dd1896501ad11 (diff)
downloadlibgphoto2-b562952dafd616142d95925fd6475ae9e57aa356.tar.gz
travis: Install required libs on Linux *and* OSX
Formerly, we ran three identical OSX builds. Now we test the same set of optional packages on OSX as we test on Linux.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ac33bbc2c..0a2af569f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,7 @@ env:
- EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev"
before_install:
- - sudo apt-get update -qq || brew update
- - sudo apt-get install autopoint $EXTRALIBS || brew install gettext
+ - sh .travis-before-install $EXTRALIBS
compiler:
- clang