summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <meissner@suse.de>2015-08-21 13:34:29 +0200
committerMarcus Meissner <meissner@suse.de>2015-08-21 13:34:29 +0200
commit90296a87c34d57cac62090fc599ecbe8f892f77d (patch)
treebcd0d2408b32efcb79b8721c630168fa61dd56ec /.travis.yml
parent0b673c3b3b3edeafe4002660f470b5fa420ab6a7 (diff)
downloadlibgphoto2-90296a87c34d57cac62090fc599ecbe8f892f77d.tar.gz
autoreconf needs to run before travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 14b5afeef..52e4cc6e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ compiler:
- gcc
script:
+ - autoreconf -i -f
- ./configure && make && make test
notifications: