You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/01/31 15:56:53 UTC

[3/3] lucy-clownfish git commit: Don't make Travis install CFC from CPAN

Don't make Travis install CFC from CPAN

Running `cpanm --installdeps` in the runtime/perl directory causes the
installation of the Clownfish::CFC from CPAN. This could lead to
confusion and slows down the tests.


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

Branch: refs/heads/0.4
Commit: 01577bc54ecac92186211701ff8d6df29a6d8d77
Parents: 643c530
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Jan 24 12:27:15 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue Jan 26 18:17:56 2016 +0100

----------------------------------------------------------------------
 devel/bin/travis-test.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/01577bc5/devel/bin/travis-test.sh
----------------------------------------------------------------------
diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh
index c1859fa..43beeb4 100755
--- a/devel/bin/travis-test.sh
+++ b/devel/bin/travis-test.sh
@@ -37,7 +37,6 @@ test_perl() {
     perl Build.PL
     ./Build test
     cd ../../runtime/perl
-    cpanm --quiet --installdeps --notest .
     perl Build.PL
     ./Build test
 }