Skip to content

Commit

Permalink
Update CI to xenial to work around rust-lang/rust#59411
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Apr 11, 2019
1 parent e89f001 commit ae6ee75
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
# sudo is required to enable kcov to use the personality syscall
sudo: required

Expand Down

2 comments on commit ae6ee75

@mati865
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, should be fixed soon when rust-lang/rust#59886 gets backported to beta.

@eldruin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Then I do not need to do this on all repos.

Please sign in to comment.