From 1050c08dc6bdbb0464997435bd655674c7f7cd74 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 9 Sep 2018 12:48:33 +0000 Subject: Add latest version gcc-8 case to Travis CI [Fix GH-1937] Co-authored-by: Jun Aruga git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 82b67e75d1..6b828c5dec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,11 +21,20 @@ dist: trusty sudo: false -compiler: - - gcc - -os: - - linux +matrix: + include: + - os: linux + compiler: gcc + - os: linux + compiler: gcc-8 + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - gcc-8 + env: + - CC=gcc-8 AR=gcc-ar-8 NM=gcc-nm-8 RANLIB=gcc-ranlib-8 before_install: - "CONFIG_FLAG=" -- cgit v1.2.3