From fdb4bd1f4e5ff2f4f6cc513275095bf59e5dd75d Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 22 Sep 2015 21:11:45 -0400 Subject: [PATCH] Use autoconf for travis build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f929fb273..f16263886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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