From 90296a87c34d57cac62090fc599ecbe8f892f77d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 21 Aug 2015 13:34:29 +0200 Subject: autoreconf needs to run before travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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: -- cgit v1.2.1