summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 13:28:43 +0200
committerMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 13:28:43 +0200
commitea63be811d8e32cfef85cb7a68770fb35e55bc6b (patch)
tree6024ee6cb79ee9e1bc8491b309d95d10efd35daf /.travis.yml
parent2a0b66905cb72bb57c82a32437bee9523189da94 (diff)
downloadlibgphoto2-ea63be811d8e32cfef85cb7a68770fb35e55bc6b.tar.gz
macosx autopoint getting
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 2cab3e284..da59884de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,14 +11,14 @@ env:
before_install:
- sudo apt-get update -qq || brew update
- - sudo apt-get install autopoint $EXTRALIBS || brew install gettext $EXTRALIBS
+ - sudo apt-get install autopoint $EXTRALIBS || brew install gettext
compiler:
- clang
- gcc
script:
- - autoreconf -i -f
+ - export PATH=/usr/local/opt/gettext/bin:$PATH:. autoreconf -i -f
- ./configure && make && make check
notifications: