update travis instructions

This now uses the faster, docker-based infrastructure of Travis.
pull/70/head
Christian Krause 7 years ago
parent 943932c0e8
commit 4f079c33a2
No known key found for this signature in database
GPG Key ID: D8A6485D41708D7B

@ -1,16 +1,27 @@
dist: trusty
sudo: false
language: c
compiler:
- clang
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq asciidoc cppcheck libarchive-dev liblzma-dev xz-utils
addons:
apt:
packages:
- asciidoc
- libxml2-utils
- xmlto
- cppcheck
- libarchive-dev
- liblzma-dev
- xz-utils
script:
- autoconf --version
- automake --version
- ./autogen.sh
- ./configure
- make
- make check
- make distcheck

Loading…
Cancel
Save