summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorShougo <Shougo.Matsu@gmail.com>2019-05-30 08:28:30 +0900
committerGitHub <noreply@github.com>2019-05-30 08:28:30 +0900
commitd4248a5cc5660804d4a396a78b90aa57592b334a (patch)
treeb811e9ed42a18ff4c9c4e31d2533de4ec1d79dc9 /.travis.yml
parentfabc2e211a63a39d94ccf202283a1b1d2282e1e1 (diff)
parent596dd148db32231c3e29d9f385e7e73235bff1c7 (diff)
downloaddeoplete.nvim-d4248a5cc5660804d4a396a78b90aa57592b334a.zip
Merge pull request #981 from blueyed/ci
ci: Travis: use Ubuntu Xenial
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
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"