diff --git a/.travis.yml b/.travis.yml index de7d6f9..9ad61cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,13 @@ matrix: compiler: gcc script: make + - env: test="x64 precise (autotools)" + os: linux + dist: precise + sudo: required + compiler: gcc + script: ./autogen.sh && ./configure && make distcheck + - env: test="x64 4.8.4 (autotools)" os: linux dist: trusty