mbrukman / autogen

Automatically generate boilerplate license comments.
Apache License 2.0
98 stars 27 forks source link

Switch to `sudo: true` to fix Travis. #18

Closed mbrukman closed 7 years ago

mbrukman commented 7 years ago

Because ed is not yet a whitelisted package, container-based tests fail on Travis because that package cannot be installed without root privileges.

This temporary change enables us to get a working Travis build/test cycle until this is fixed: https://github.com/travis-ci/apt-package-whitelist/issues/3681