travis: build add precise env

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/64/head
Marc Kleine-Budde 2018-01-17 18:20:11 +01:00
parent eabe3a69f0
commit c234ebc4a5
1 changed files with 7 additions and 0 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