Fix user-action prompt display regression
[tig.git] / .travis.yml
blob405d06d5bd33f2e6ca713596b02cb9d97e3ff772
1 language: c
3 compiler:
4   - clang
5   - gcc
7 env:
8   - TEST=autoconf VERBOSE=1 TEST_SHELL=bash
9   - TEST=make     VERBOSE=@
11 before_install: sudo apt-get update -qq
13 install: sudo apt-get install -qq --no-install-recommends asciidoc xmlto docbook-utils
15 script:
16   - if [ "$TEST" = autoconf ]; then ./autogen.sh && ./configure; fi
17   - if [ "$TEST" = make ]; then cp contrib/config.make .; fi
18   - make V=$VERBOSE DESTDIR=/tmp TEST_SHELL=$TEST_SHELL all test install install-doc