summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 13:04:11 +0200
committerMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 13:04:11 +0200
commit2a0b66905cb72bb57c82a32437bee9523189da94 (patch)
treeb4061c76375f4b7b0b9273b8cbcbd3a44004f0f0 /.travis.yml
parent8713ac7c73d2309f8bd282a4b5deb9931986488d (diff)
downloadlibgphoto2-2a0b66905cb72bb57c82a32437bee9523189da94.tar.gz
try gettext for autopoint
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 eace5a606..2cab3e284 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 || true # brew install autopoint $EXTRALIBS
+ - sudo apt-get install autopoint $EXTRALIBS || brew install gettext $EXTRALIBS
compiler:
- clang