Skip to content

Commit

Permalink
Back off Travis build to default dist
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
greghudson committed Jan 19, 2018
1 parent 3e1f1c2 commit 7011c2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: c++

sudo: required

dist: xenial

matrix:
include:
- compiler: clang
Expand Down

0 comments on commit 7011c2c

Please sign in to comment.