From 7011c2c5c027852138283f46416917cea41b96cb Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 18 Jan 2018 16:56:12 -0500 Subject: [PATCH] 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 file changed, 2 deletions(-) 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 -- 2.47.2