Update Travis from trusty to xenial. (#84)

* Update Travis from trusty to xenial.

* Don't use getentropy on GLIBC < 2.25.
This commit is contained in:
Dan Gohman
2019-03-31 05:46:32 -07:00
committed by GitHub
parent 05a05551ba
commit 7378a0bfbe
2 changed files with 9 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ matrix:
# Similarly, we don't need to hold up people using stable while we wait
# for the results which may fail.
fast_finish: true
dist: trusty
dist: xenial
sudo: false
before_script:
# If an old version of rustfmt from cargo is already installed, uninstall