summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 11:58:33 +0200
committerMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 11:58:33 +0200
commit638ffec057f52b17f0d94b2bc4708567bcb6d042 (patch)
tree8182aaf64bbfae08ffcf421e8e9cf86f0819f00a /.travis.yml
parenta3306b2163b14bd4a95afa1fc7ef6b39d1917306 (diff)
downloadlibgphoto2-638ffec057f52b17f0d94b2bc4708567bcb6d042.tar.gz
add brew support for osx
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 75c2627d6..822152b5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,8 @@ env:
- EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev"
before_install:
- - sudo apt-get update -qq
- - sudo apt-get install autopoint $EXTRALIBS
+ - sudo apt-get update -qq || brew update
+ - sudo apt-get install autopoint $EXTRALIBS || brew install autopoint $EXTRALIBS
compiler:
- clang