From 0e5b57c40bc6b8f9bbdfde1ffbafd871b9441923 Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sun, 15 Sep 2019 10:02:11 +0100 Subject: [PATCH] travis: Build with GCC 7 and GCC 8 --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.travis.yml b/.travis.yml index 404f955d..70ff82ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,22 @@ matrix: packages: ['gcc-5', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo'] env: COMPILER=gcc-5 + - os: linux + compiler: gcc + addons: + apt: + sources: ['ubuntu-toolchain-r-test'] + packages: ['gcc-7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo'] + env: COMPILER=gcc-7 + + - os: linux + compiler: gcc + addons: + apt: + sources: ['ubuntu-toolchain-r-test'] + packages: ['gcc-8', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo'] + env: COMPILER=gcc-8 + - os: linux compiler: clang addons: