diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-28 12:22:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-28 12:22:55 +0200 |
commit | 59ee05b2f5d44f624647ee474662cbe649c06988 (patch) | |
tree | efd1b404f6cbce089093792ac898130c8f5e8f6c /.travis.yml | |
parent | 67883b4909d0e9d4c024beb18f02750c6f7e3069 (diff) | |
download | vim-git-59ee05b2f5d44f624647ee474662cbe649c06988.tar.gz |
Switch travis back to precise temporarily
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 333f6b444..dbc372b69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: c -dist: trusty +# trusty still has a few problems, use precise until they are solved. +dist: precise os: - osx |