Travis: switch build to bionic

The GCC in xenial is old (5.x), and something seems to trip it
compared to the clang build, when checking the default options, see
https://travis-ci.org/iustin/mt-st/jobs/597087158.

Switch to bionic which has GCC 7, which is recent enough.
This commit is contained in:
Iustin Pop
2019-10-13 19:26:30 +02:00
parent 1345189baf
commit c73d6ee0e5
+5 -3
View File
@@ -2,12 +2,14 @@
# travis-ci configuration file
#
language: c
# no tests or configuration steps for now
# No tests or configuration steps for now
script: make && make distcheck
# build with both gcc and clang
# Build with both gcc and clang
compiler:
- clang
- gcc
# just in case the defaults change, we're only interested in Linux:
# Just in case the defaults change, we're only interested in Linux:
os:
- linux
# Use a recent GCC, as otherwise things seem weird
dist: bionic