From: Greg Hudson Date: Thu, 18 Jan 2018 21:56:12 +0000 (-0500) Subject: Back off Travis build to default dist X-Git-Tag: krb5-1.17-beta1~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F719%2Fhead;p=thirdparty%2Fkrb5.git 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). --- diff --git a/.travis.yml b/.travis.yml index ec170eda02..eb4803646a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: c++ sudo: required -dist: xenial - matrix: include: - compiler: clang