Merge remote-tracking branch 'origin/master' into fast-git

This commit is contained in:
Junegunn Choi 2020-09-08 17:36:32 +09:00
commit f425faac21
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

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