From faa2972c9e3f20ecee3e0c492cf94b51d1dfd4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Juli=C3=A1n=20Merelo=20Guerv=C3=B3s?= Date: Fri, 27 Jul 2018 09:53:40 +0200 Subject: [PATCH] Adds self-upgrading of perlbrew Which should fix #117 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f85802a..6a45cb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ before_install: - curl -L http://install.perlbrew.pl | bash - echo 'source ~/perl5/perlbrew/etc/bashrc' >> ~/.bash_profile - source ~/perl5/perlbrew/etc/bashrc + - perlbrew self-upgrade - perlbrew install -Duseshrplib -n --noman -v --switch stable install: