From: Bram Moolenaar Date: Fri, 28 Jul 2017 10:22:55 +0000 (+0200) Subject: Switch travis back to precise temporarily X-Git-Tag: v8.0.0786~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59ee05b2f5d44f624647ee474662cbe649c06988;p=vim Switch travis back to precise temporarily --- 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