As unveiled in #8, there was a problem specific to the version of git provided by apt-get. Unfortunately, Travis-CI does not have an option at first glance.
One option might be Vagrantfiles or set of Dockerfiles, each configured with a different version of git.
Another is a more complex test script which builds and runs different versions of git.
Contemplate this problem more and pick a solution.
As unveiled in #8, there was a problem specific to the version of
git
provided byapt-get
. Unfortunately, Travis-CI does not have an option at first glance.One option might be
Vagrantfiles
or set ofDockerfiles
, each configured with a different version ofgit
.Another is a more complex test script which builds and runs different versions of
git
.Contemplate this problem more and pick a solution.