mirror of
https://github.com/iustin/mt-st.git
synced 2026-07-21 06:52:18 +00:00
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:
+5
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user