-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis: add ubuntu xenial and bionic #867
Conversation
eaa4259
to
b8c1d1d
Compare
is |
I guess the purpose of the ENV hack was to test Ruby or Python installer even on Vim 8. Lines 21 to 23 in 226d6ab
That was when the job feature of Vim 8 was new, unstable, and not widely available. Three years later, it doesn't make much sense to test Ruby/Python installers with Vim 8 anymore. So basically we need to test:
|
Travis defaults to it since this year. Ubuntu trusty reached EOL since April 2019. Ubuntu bionic provides Vim 8. Simplify OS install with Travis' apt addon so that only Vim nightly will be compiled from source. Ubuntu 14.04.6 provides ruby v.1.9.3, not 1.8.x or older. Use it to test the ruby provider for backward compatibility. Signed-off-by: Jan Edmund Lazo <jan.lazo@mail.utoronto.ca>
Thanks! |
Ubuntu Trusty reached EOL since April 2019.
Close #176