Fix rendering in non-UTF8 terminals
[tig.git] / .travis.yml
blob7d5e0075f181b105a11bf8115ae0c4d97846ec66
1 language: c
3 env:
4   - TEST=autoconf
5   - TEST=make
7 before_install:
8   - sudo apt-get update
9   - sudo apt-get install -qq --no-install-recommends asciidoc xmlto libncursesw5-dev docbook-utils
11 install:
12   - if [[ "autoconf" == "$TEST" ]]; then ./autogen.sh && ./configure; fi
13   - make && make doc && sudo make install install-doc
15 script:
16   - make test