pull/64/merge
Bastian Stender 2018-01-18 10:02:29 +00:00 committed by GitHub
commit 6b986e2c56
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -71,7 +71,8 @@ jspy_LDADD = libj1939.la
jsr_LDADD = libj1939.la
EXTRA_DIST = \
autogen.sh
autogen.sh \
.travis.yml
MAINTAINERCLEANFILES = \
configure \