From 99855b2d63ef72ef653e6d0fc3faf831fea377b7 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Fri, 28 Dec 2012 14:20:25 +0200 Subject: [PATCH] travis: Bootstrap autotools before building --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d845621..5db56d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,4 @@ language: c compiler: - gcc - clang +script: autoreconf -f -i && ./configure && make && make test