Repository: lucy-clownfish Updated Branches: refs/heads/0.5 788087e7e -> f30e0281c
Fix switching Perl versions under Travis It seems that we only tested with Perl 5.14 lately. Fixes CLOWNFISH-88. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/f30e0281 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/f30e0281 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/f30e0281 Branch: refs/heads/0.5 Commit: f30e0281cb092219b21308e095dbbb5cf755a1f4 Parents: 788087e Author: Nick Wellnhofer <[email protected]> Authored: Tue Apr 5 10:49:52 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Apr 5 11:44:05 2016 +0200 ---------------------------------------------------------------------- devel/bin/travis-test.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/f30e0281/devel/bin/travis-test.sh ---------------------------------------------------------------------- diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh index 9f7adb5..8251caf 100755 --- a/devel/bin/travis-test.sh +++ b/devel/bin/travis-test.sh @@ -31,7 +31,9 @@ test_c() { } test_perl() { + source ~/perl5/perlbrew/etc/bashrc perlbrew switch $PERL_VERSION + perlbrew list cd compiler/perl cpanm --quiet --installdeps --notest . perl Build.PL
