From 0255692760b6b441f577eabc134c4944ac97263f Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Wed, 1 Feb 2017 11:54:13 -0500 Subject: [PATCH] Adding version to compiler for travis --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 926c3ccc..ea99eb84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,22 +7,20 @@ cache: matrix: include: - - compiler: gcc + - compiler: gcc-4.9 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.9 - env: COMPILER=g++-4.9 - - compiler: gcc + - compiler: gcc-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 - env: COMPILER=g++-4.8 - compiler: clang-3.6 addons: apt: @@ -31,7 +29,6 @@ matrix: - llvm-toolchain-precise-3.6 packages: - clang-3.6 - env: COMPILER=clang-3.6 install: - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"