# HG changeset patch # User Christian Brabandt # Date 1501237803 -7200 # Node ID 71659235b8596975f97bb8292f7b6d7d2db750f2 # Parent f0e8f508922df40b3daeb38e7abda64b3291c690 Switch travis back to precise temporarily commit https://github.com/vim/vim/commit/59ee05b2f5d44f624647ee474662cbe649c06988 Author: Bram Moolenaar Date: Fri Jul 28 12:22:55 2017 +0200 Switch travis back to precise temporarily diff --git a/.travis.yml b/.travis.yml --- 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