Merge pull request #511 from mtavenrath/bionic

Switch travis distribution from trusty (14.04) to bionic (18.04)
This commit is contained in:
Andreas Süßenbach 2020-02-17 15:13:03 +01:00 committed by GitHub
commit 4ddfb68025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# Build Configuration for Travis CI # Build Configuration for Travis CI
# https://travis-ci.org # https://travis-ci.org
dist: trusty dist: bionic
language: cpp language: cpp
matrix: matrix:
@ -68,18 +68,17 @@ matrix:
- sudo apt-get update - sudo apt-get update
- sudo apt-get purge g++ - sudo apt-get purge g++
- sudo apt-get install g++-6 - sudo apt-get install g++-6
- sudo apt-get install clang-3.6 - sudo apt-get install clang-3.9
- CC=clang-3.6 && CXX=clang++-3.6 - CC=clang-3.9 && CXX=clang++-3.9
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.6
packages: packages:
- ninja-build - ninja-build
- xorg-dev - xorg-dev
- libglu1-mesa-dev - libglu1-mesa-dev
compiler: clang++-3.6 compiler: clang++-3.9
- os: linux - os: linux
before_install: before_install: