Repository: lucy-clownfish Updated Branches: refs/heads/master 8b871807a -> 1893bc788
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/1893bc78 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/1893bc78 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/1893bc78 Branch: refs/heads/master Commit: 1893bc78859d50493e332ade36c09b9323478bb4 Parents: 8b87180 Author: Nick Wellnhofer <[email protected]> Authored: Sun Jan 24 12:27:15 2016 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Sun Jan 24 12:27:15 2016 +0100 ---------------------------------------------------------------------- devel/bin/travis-test.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/1893bc78/devel/bin/travis-test.sh ---------------------------------------------------------------------- diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh index f5a254f..9f7adb5 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 }
