As per Travis CI advice trying sudo builds

Based on @bladedoyle's support request, should help with build stability.
This commit is contained in:
Ignotus Peverell
2018-06-20 17:11:13 +01:00
committed by GitHub
parent 77eaf76706
commit 70ba1c838c
+1 -1
View File
@@ -6,7 +6,7 @@ cache:
before_cache:
- rm -rf target/tmp
dist: trusty
sudo: false
sudo: required
rust:
- stable