travis-ci: setup "prove cache" in "script" step
authorLars Schneider <larsxschneider@gmail.com>
Fri, 5 May 2017 15:40:52 +0000 (17:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 May 2017 09:44:54 +0000 (18:44 +0900)
commit3ae72a3acaac8b79653d67cf1aae94f61efd41c7
tree444e58a8b8040db139353164e0b6aa308ea27d0c
parent0d75bfe67bfd7538c0188f862fb4770f09620b8d
travis-ci: setup "prove cache" in "script" step

The command that made the "prove cache" persistent across builds was
executed in the "before_install" step. Consequently, every job that
wanted to make use of the cache had to run this step.

The "prove cache" is only used in the "script" step for the
"make test" command. Therefore, we should configure the "prove cache"
in this step.

This change is useful for a subsequent patch that adds a job which does
not need the "before_install" step but wants to run the "script" step to
execute the tests.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.travis.yml