From bef1f0e77018a251dacce442887dfab9610d27f0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 3 Apr 2019 19:52:34 -0400 Subject: ci: switch to xenial (#1234) Rust is having problems with trusty, in particular, see this bug I filed: https://github.com/rust-lang/rust/issues/59411 This was purpotedly fixed in https://github.com/rust-lang/rust/pull/59468, but it appears the issue is still occurring. This commit tries to update to Ubuntu 16.04 in the hope that it will fix this problem. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 73034add..85d654b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: rust +dist: xenial env: global: - PROJECT_NAME: ripgrep -- cgit v1.2.3