Test Neovim on Bionic

https://github.com/neovim/neovim/pull/12802
This commit is contained in:
Junegunn Choi 2020-09-08 17:27:20 +09:00
parent a9bf5bd722
commit 4a3e85e878
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ jobs:
dist: trusty
stage: vim8
- env: ENV=neovim-stable
dist: xenial
dist: bionic
addons: {apt: {packages: [neovim], sources: [{sourceline: 'ppa:neovim-ppa/stable'}]}}
stage: neovim
- env: ENV=neovim-nightly
dist: xenial
dist: bionic
addons: {apt: {packages: [neovim], sources: [{sourceline: 'ppa:neovim-ppa/unstable'}]}}
stage: neovim
- env: ENV=vim74-trusty-python