travis: Bootstrap autotools before building

This commit is contained in:
Petri Lehtinen 2012-12-28 14:20:25 +02:00
parent e9cb9dbf60
commit 99855b2d63

View File

@ -2,3 +2,4 @@ language: c
compiler: compiler:
- gcc - gcc
- clang - clang
script: autoreconf -f -i && ./configure && make && make test