Repository: lucy-clownfish Updated Branches: refs/heads/master 4c7a29ab7 -> 658d11806
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/658d1180 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/658d1180 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/658d1180 Branch: refs/heads/master Commit: 658d118066a42ba2e1c07bd5f7d82c499f09a03d Parents: 4c7a29a Author: Nick Wellnhofer <[email protected]> Authored: Tue Apr 5 10:49:52 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Apr 5 11:30:42 2016 +0200 ---------------------------------------------------------------------- devel/bin/travis-test.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/658d1180/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
