summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: