diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2019-05-30 09:01:48 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2019-05-30 09:01:48 +0900 |
commit | cfa0a0028961a4f2b20edab5f8efe997b0988cff (patch) | |
tree | 67041a382195c4e55b3bdcbe8569b0e2fbb56e13 /.travis.yml | |
parent | 42b1d33c4eb908abf91a64a12fd19e8ce2667489 (diff) | |
download | deoplete.nvim-cfa0a0028961a4f2b20edab5f8efe997b0988cff.zip |
Improve a bit
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7fd9d2e..a7e17d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ dist: xenial + language: python + python: - 3.6 - 3.7 |