summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-02-21 12:39:53 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-02-21 12:39:53 +0100
commit5e298b10044198aa370552cd1ba4644edc63c96f (patch)
tree44fa69a08100d53b69dcb1a677a5d899df4d4449 /.travis.yml
parent3d692dcb45c73f58e0c0bd86f5a19b001fd8ebf1 (diff)
downloadlibmtp-5e298b10044198aa370552cd1ba4644edc63c96f.tar.gz
run autogen.sh instead of configure
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 f7a02bd..34117ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ compiler:
script:
- PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f
- - ./configure && make && make check
+ - sh ./autogen.sh && make && make check
notifications:
email: