aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-03-23 13:08:31 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-03-23 13:08:31 +0000
commitf5c1892514934f183c77446591b9d9485d286d82 (patch)
treef609bc7086c418dcc9a4c21fa38ef37ddb41f7f8
parentBumping deps (diff)
downloadminiserve-f5c1892514934f183c77446591b9d9485d286d82.tar.gz
miniserve-f5c1892514934f183c77446591b9d9485d286d82.zip
Try rustup update to fix random failure
-rw-r--r--.travis.yml1
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.