travis: build add precise env
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>pull/64/head
parent
eabe3a69f0
commit
c234ebc4a5
|
|
@ -8,6 +8,13 @@ matrix:
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script: make
|
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)"
|
- env: test="x64 4.8.4 (autotools)"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue