Fix segfault when running TIG_SCRIPT with no stdin given
[tig.git] / .travis.yml
blob6e185cb8de526716796b62f4880f1beabb37fcdf
1 language: c
3 compiler:
4   - clang
5   - gcc
7 env:
8   - TEST=autoconf VERBOSE=1
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 all test install install-doc