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.pull/335/merge
parent
a3c0a20373
commit
4a974c6db1
|
@ -8,7 +8,7 @@ cache:
|
||||||
- public/packs-test
|
- public/packs-test
|
||||||
- tmp/cache/babel-loader
|
- tmp/cache/babel-loader
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: false
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue