changeset 11808:71659235b859

Switch travis back to precise temporarily commit https://github.com/vim/vim/commit/59ee05b2f5d44f624647ee474662cbe649c06988 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 28 12:22:55 2017 +0200 Switch travis back to precise temporarily
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 12:30:03 +0200
parents f0e8f508922d
children bf2e1413c676
files .travis.yml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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