diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-03-23 13:08:31 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-03-23 13:08:31 +0000 |
commit | f5c1892514934f183c77446591b9d9485d286d82 (patch) | |
tree | f609bc7086c418dcc9a4c21fa38ef37ddb41f7f8 | |
parent | Bumping deps (diff) | |
download | miniserve-f5c1892514934f183c77446591b9d9485d286d82.tar.gz miniserve-f5c1892514934f183c77446591b9d9485d286d82.zip |
Try rustup update to fix random failure
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0dc3ed2..08f4d88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,7 @@ matrix: before_install: - rustup self update + - rustup update install: # On Apple, the default target is already the right one. |