summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-03 19:52:34 -0400
committerGitHub <noreply@github.com>2019-04-03 19:52:34 -0400
commitbef1f0e77018a251dacce442887dfab9610d27f0 (patch)
tree4717058efb934db8d613f4059d7482534d7b1b50
parentcd9815cb376e4679af93a90a964cdb78173318da (diff)
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.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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