Test against custom vim versions in Travis CI
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 588
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
Since maktaba strives for broad vim support and backwards compatibility, we should be testing against the oldest vim version we intend to support and possibly the latest development version of vim (with `allow_failures` on the latest dev version if it proves to be too flaky).
If we can find pre-built packages for specific versions of vim, that would be best. Cloning and building vim in the Travis jobs would probably be slow and wasteful.
Contributor guide
Assessment
This issue has not been assessed yet.