Ensure switched to perlbrew

This commit is contained in:
Joseph Lenox 2018-12-01 15:48:16 -06:00
parent b3a848ed00
commit 427a53c6a7

View File

@ -53,8 +53,6 @@ matrix:
env: env:
- TARGET=main - TARGET=main
- WXDIR=$HOME/wx302 - WXDIR=$HOME/wx302
- PERL_BIN=$HOME/perl5/perlbrew/perls/slic3r-perl/bin/perl
- PP_BIN=$HOME/perl5/perlbrew/perls/slic3r-perl/bin/pp
cache: cache:
directories: directories:
- $HOME/boost_1_63_0 - $HOME/boost_1_63_0
@ -62,7 +60,7 @@ matrix:
- $HOME/wx302 - $HOME/wx302
- local-lib - local-lib
after_success: after_success:
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/linux/travis-deploy-main.sh || travis_terminate 1; fi - if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then source ${HOME}/perl5/perlbrew/etc/bashrc; perlbrew switch slic3r-perl; ./package/linux/travis-deploy-main.sh || travis_terminate 1; fi
- os: linux - os: linux
env: env: