Use autoconf for travis build

This commit is contained in:
John Kerl 2015-09-22 21:11:45 -04:00
parent c7558b1f51
commit fdb4bd1f4e

View file

@ -10,6 +10,7 @@ addons:
- flex
- autoconf
- libtool
- asciidoc
# Build using gcc and clang since it is supported
compiler:
@ -21,4 +22,4 @@ before_script: autoreconf -fiv
# No configure or make install needed
# See c/Makefile for the reason for make -e
script: ./configure && make
script: ./configure && make && make check