umdjs / umd

UMD (Universal Module Definition) patterns for JavaScript modules that work everywhere.
MIT License
7.42k stars 423 forks source link

Add sudo=false for Travis CI. #74

Closed AndersDJohnson closed 9 years ago

AndersDJohnson commented 9 years ago

Relates to #73, #72, and #71.

EvanCarroll commented 9 years ago

Is this stuff really necessary. It's the default?

http://docs.travis-ci.com/user/workers/container-based-infrastructure/

AndersDJohnson commented 9 years ago

@EvanCarroll Travis CI is warning that the builds are running on the legacy infrastructure. https://travis-ci.org/umdjs/umd/builds/89982685

Setting this explicitly forces the new infrastructure http://docs.travis-ci.com/user/migrating-from-legacy/#tl%3Bdr

EvanCarroll commented 9 years ago

:+1: thanks for the explanation.