diff options
author | Shougo <Shougo.Matsu@gmail.com> | 2019-05-30 08:28:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 08:28:30 +0900 |
commit | d4248a5cc5660804d4a396a78b90aa57592b334a (patch) | |
tree | b811e9ed42a18ff4c9c4e31d2533de4ec1d79dc9 /.travis.yml | |
parent | fabc2e211a63a39d94ccf202283a1b1d2282e1e1 (diff) | |
parent | 596dd148db32231c3e29d9f385e7e73235bff1c7 (diff) | |
download | deoplete.nvim-d4248a5cc5660804d4a396a78b90aa57592b334a.zip |
Merge pull request #981 from blueyed/ci
ci: Travis: use Ubuntu Xenial
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index b91776a..05eb1c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,7 @@ -sudo: false -dist: trusty - +dist: xenial language: python - python: - - 3.6 - # - 3.7 + - 3.7 install: - eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64" |