Skip to content

Commit

Permalink
ci: switch to xenial (#1234)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BurntSushi authored Apr 3, 2019
1 parent cd9815c commit bef1f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: rust
dist: xenial
env:
global:
- PROJECT_NAME: ripgrep
Expand Down

0 comments on commit bef1f0e

Please sign in to comment.