From 1439602123cfda4fcdde668f36855c2986392db3 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 9 Apr 2019 11:09:14 -0400 Subject: [PATCH] Switch to Xenial for Linux CI. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e586dc8d928..3268dbf5bd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: - bash etc/ci/check_no_panic.sh cache: false - sudo: 9000 - dist: trusty + dist: xenial before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo add-apt-repository 'deb http://apt.llvm.org/precise/ llvm-toolchain-precise-3.9 main' -y