summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-02-21 13:05:22 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-02-21 13:05:22 +0100
commitff6fb5ae1c5ff664d6404a3a8e6a8141046235d1 (patch)
tree63158584e757e13a0fb514d18dc4846a5a438fc1 /.travis.yml
parent99592db9db6c64a156009b1e3e6cf39aae070676 (diff)
downloadlibmtp-ff6fb5ae1c5ff664d6404a3a8e6a8141046235d1.tar.gz
try to find libtoolize
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 a9bc831..51f320d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ compiler:
- gcc
script:
- - echo "n" | sh ./autogen.sh
+ - export PATH=/usr/local/opt/gettext/bin:$PATH ; echo "n" | sh ./autogen.sh
- make && make check
notifications: