travis: Specify dist to fix Linux build
The build fails on Travis since we require autoconf 2.69 (commit db055a). Travis still defaults to Ubuntu Precise, and Precise's autoconf is too old. We could revert commit db055a and rely on Travis to keep things working with old autoconf. But Precise reached end of life a couple of months ago, and I suspect it's only a matter of time until Travis drops it, too. Fix the build on Travis by requesting Trusty. Its end of life is planned for April 2019. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
7c9c795c31
commit
6ab4848cc7
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
## Travis CI configuration
|
## Travis CI configuration
|
||||||
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
language: c
|
language: c
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -6,7 +8,7 @@ branches:
|
||||||
- fever
|
- fever
|
||||||
- master
|
- master
|
||||||
- travis
|
- travis
|
||||||
# Test with both gcc and clang:
|
# Test matrix:
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue