twolfson / sexy-bash-prompt

Bash prompt with colors, git statuses, and git branches.
MIT License
1.14k stars 155 forks source link

Test multiple versions of Git #11

Closed twolfson closed 11 years ago

twolfson commented 11 years ago

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.

twolfson commented 11 years ago

Best solution yet:

twolfson commented 11 years ago

Implemented "best solution yet" in 0.10.6.