actually remove gcc-4.9 refs

This commit is contained in:
Joseph Lenox 2018-07-26 20:51:30 -05:00
parent d4a9bd5b44
commit 19b70a1dc1

View File

@ -48,8 +48,8 @@ matrix:
install:
- export BOOST_DIR=$HOME/boost_1_63_0
- export SLIC3R_STATIC=1
- export CXX=g++-4.9
- export CC=g++-4.9
- export CXX=g++-7
- export CC=g++-7
- source $HOME/perl5/perlbrew/etc/bashrc
after_success:
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)