commit | 59ee05b2f5d44f624647ee474662cbe649c06988 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 12:22:55 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 12:22:55 2017 +0200 |
tree | efd1b404f6cbce089093792ac898130c8f5e8f6c | |
parent | 67883b4909d0e9d4c024beb18f02750c6f7e3069 [diff] |
Switch travis back to precise temporarily
diff --git a/.travis.yml b/.travis.yml index 333f6b4..dbc372b 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