]> cat aescling's git repositories - mastodon.git/commitdiff
Do not require sudo on Travis CI (#6356)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Thu, 25 Jan 2018 03:23:09 +0000 (12:23 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 25 Jan 2018 03:23:08 +0000 (04:23 +0100)
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.

.travis.yml

index 496315558b2e17b20cdd770e4425d9ce0cdea1c3..f27be2a39b41e02797cbab396529ee8dfcc5836c 100644 (file)
@@ -8,7 +8,7 @@ cache:
   - public/packs-test
   - tmp/cache/babel-loader
 dist: trusty
-sudo: required
+sudo: false
 branches:
   only:
   - master