瀏覽代碼

Test Neovim on Bionic

https://github.com/neovim/neovim/pull/12802
Junegunn Choi 5 年之前
父節點
當前提交
4a3e85e878
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -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