Skip to content

Commit

Permalink
Test Neovim on Bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Sep 8, 2020
1 parent a9bf5bd commit 4a3e85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4a3e85e

Please sign in to comment.