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 diff --git a/GNUmakefile.am b/GNUmakefile.am index 682064c..c48d543 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -71,7 +71,8 @@ jspy_LDADD = libj1939.la jsr_LDADD = libj1939.la EXTRA_DIST = \ - autogen.sh + autogen.sh \ + .travis.yml MAINTAINERCLEANFILES = \ configure \