Skip to content

Commit

Permalink
Do not require sudo on Travis CI (mastodon#6356)
Browse files Browse the repository at this point in the history
The issue which the workaround for is now addressed:
travis-ci/travis-ci#7941 (comment)
> We've pushed out new stable trusty images to production with a patch.
  • Loading branch information
akihikodaki authored and Gargron committed Jan 25, 2018
1 parent 9bb74e3 commit d6a27cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ cache:
- public/packs-test
- tmp/cache/babel-loader
dist: trusty
sudo: required
sudo: false
branches:
only:
- master
Expand Down

0 comments on commit d6a27cc

Please sign in to comment.