krb5 commit: Back off Travis build to default dist

Greg Hudson ghudson at mit.edu
Fri Jan 19 13:14:36 EST 2018


https://github.com/krb5/krb5/commit/7011c2c5c027852138283f46416917cea41b96cb
commit 7011c2c5c027852138283f46416917cea41b96cb
Author: Greg Hudson <ghudson at mit.edu>
Date:   Thu Jan 18 16:56:12 2018 -0500

    Back off Travis build to default dist
    
    Travis appears to have deployed a testing xenial environment which
    runs a daemon that sometimes interferes with apt commands.  Remove the
    "dist: xenial" line so we run in the default, supported distribution
    (currently trusty).

 .travis.yml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ec170ed..eb48036 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,6 @@ language: c++
 
 sudo: required
 
-dist: xenial
-
 matrix:
   include:
   - compiler: clang


More information about the cvs-krb5 mailing list