Repository: lucy
Updated Branches:
  refs/heads/master 8804cba6f -> 632a46b8b


Fix switching Perl versions under Travis


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/97d51f7d
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/97d51f7d
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/97d51f7d

Branch: refs/heads/master
Commit: 97d51f7d0b0f1f37cba1434e66e1af9ad6a45366
Parents: 8804cba
Author: Nick Wellnhofer <[email protected]>
Authored: Tue Apr 5 11:33:02 2016 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Tue Apr 5 11:48:10 2016 +0200

----------------------------------------------------------------------
 devel/bin/travis-test.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/97d51f7d/devel/bin/travis-test.sh
----------------------------------------------------------------------
diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh
index 69bc4e2..6e9c494 100755
--- a/devel/bin/travis-test.sh
+++ b/devel/bin/travis-test.sh
@@ -39,7 +39,9 @@ test_c() {
 }
 
 test_perl() {
+    source ~/perl5/perlbrew/etc/bashrc
     perlbrew switch $PERL_VERSION
+    perlbrew list
     export PERL5LIB="$install_dir/lib/perl5"
 
     # Install Clownfish.

Reply via email to