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 <[email protected]> Authored: Sun Jan 24 12:27:15 2016 +0100 Committer: Nick Wellnhofer <[email protected]> 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 }
