Skip to content

Commit bef1f0e

Browse files
authored
ci: switch to xenial (#1234)
Rust is having problems with trusty, in particular, see this bug I filed: rust-lang/rust#59411 This was purpotedly fixed in rust-lang/rust#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.
1 parent cd9815c commit bef1f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: rust
2+
dist: xenial
23
env:
34
global:
45
- PROJECT_NAME: ripgrep

0 commit comments

Comments
 (0)