From 80b59f66fa2472144fd4ff25f0f3081c007ca462 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 26 Jul 2018 21:39:52 -0500 Subject: [PATCH] Revert "actually remove gcc-4.9 refs" This reverts commit 19b70a1dc1908e1d6f820e170d3451ce7139208b. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 321a49eb0..8522fadf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,8 +50,8 @@ matrix: install: - export BOOST_DIR=$HOME/boost_1_63_0 - export SLIC3R_STATIC=1 - - export CXX=g++-7 - - export CC=g++-7 + - export CXX=g++-4.9 + - export CC=g++-4.9 - source $HOME/perl5/perlbrew/etc/bashrc after_success: - eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)