
20 Dec
2019
20 Dec
'19
12:02 a.m.
commit 0ec7a4901578dbe73fa2213c390f481c33c4fbd6 Author: teor <teor@torproject.org> Date: Sun Dec 1 19:21:02 2019 +1000 Travis: Remove unused sudo: key --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf50ae6..7ca2c74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -153,10 +153,6 @@ matrix: #allow_failures: # - env: TOR="master-nightly" NETWORK_FLAVOUR="basic-min" -## We don't need sudo. (The "apt:" stanza after this allows us to not need -## sudo; otherwise, we would need it for getting dependencies.) -sudo: false - ## (Linux only) Use a recent Linux image (Ubuntu Xenial) ## We can't use Bionic, because chutney has file permissions and network ## issues (see #32630)