Move Travis builds to the container-based infrastructure.

This commit is contained in:
Sam Hocevar 2015-11-07 12:51:14 +01:00
parent efb7046411
commit 4a86ff8c36
2 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,12 @@
sudo: false
language: c
addons:
apt:
packages:
- build-essential
before_install:
- sudo apt-get -qq update
- sudo apt-get -q install build-essential
- ./bootstrap
compiler:

View File

@ -13,6 +13,9 @@ EXTRA_DIST = bootstrap build-osx build-win32 AUTHORS \
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign dist-bzip2
# Travis CI uses “make test” instead of “make check”
test: check
echo-dirs: ; echo src test
FORCE: