# .travis.yml language: c dist: xenial git: submodules: false addons: apt: packages: - sendmail - texlive - texlive-latex-extra - tex4ht - latexmk install: - git clone --depth=1 git://git.savannah.gnu.org/gnulib.git script: - ./bootstrap.sh - ./configure - make -j$(nproc) - make check - make distcheck