Revert "use gcc7 for perl"

This reverts commit 2f9169d0d2c71c5e20c1b1d317dd918783fa35e8.
This commit is contained in:
Joseph Lenox 2018-07-22 08:20:11 -05:00
parent 86d588d605
commit 1c631fcd67

View File

@ -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)