]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Back off Travis build to default dist 719/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 18 Jan 2018 21:56:12 +0000 (16:56 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 19 Jan 2018 17:56:25 +0000 (12:56 -0500)
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

index ec170eda02b9a6e13a4963d1d84807953e169915..eb4803646a694f6f736933b1d26e04c925e8c1af 100644 (file)
@@ -2,8 +2,6 @@ language: c++
 
 sudo: required
 
-dist: xenial
-
 matrix:
   include:
   - compiler: clang