From: Akihiko Odaki Date: Thu, 25 Jan 2018 03:23:09 +0000 (+0900) Subject: Do not require sudo on Travis CI (#6356) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4a974c6db1168453a6df8d2e1a7b8ebcbca60031;p=mastodon.git Do not require sudo on Travis CI (#6356) The issue which the workaround for is now addressed: https://github.com/travis-ci/travis-ci/issues/7941#issuecomment-310667894 > We've pushed out new stable trusty images to production with a patch. --- diff --git a/.travis.yml b/.travis.yml index 496315558..f27be2a39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: - public/packs-test - tmp/cache/babel-loader dist: trusty -sudo: required +sudo: false branches: only: - master