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