From 08d6465d90a1558c4dc4380aabe986bb7347c11e Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Wed, 7 Oct 2015 20:33:37 +0200 Subject: [PATCH] Travis CI: add gcc 4.8 for osx MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This setup was still missing. Suggested by Stéphane Nicolet. No functional change. --- .travis.yml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3810005..017dc10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,12 @@ matrix: - COMP=clang - os: osx + compiler: gcc + env: + - COMPILER=g++-4.8 + - COMP=gcc + + - os: osx compiler: clang env: - COMPILER=clang++ V='Apple LLVM 6.0' # Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) -- 1.7.0.4