summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 12:53:30 +0200
committerMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 12:53:30 +0200
commit8713ac7c73d2309f8bd282a4b5deb9931986488d (patch)
treedd3ed1d00033d8d31acd34f811428e401bc36775 /.travis.yml
parent638ffec057f52b17f0d94b2bc4708567bcb6d042 (diff)
downloadlibgphoto2-8713ac7c73d2309f8bd282a4b5deb9931986488d.tar.gz
another osx fix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 822152b5a..eace5a606 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ env:
before_install:
- sudo apt-get update -qq || brew update
- - sudo apt-get install autopoint $EXTRALIBS || brew install autopoint $EXTRALIBS
+ - sudo apt-get install autopoint $EXTRALIBS || true # brew install autopoint $EXTRALIBS
compiler:
- clang