You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2022. It is now read-only.
Just have to add sudo: false to .travis.yml. Unfortunately we can't do that now because we have some (apt) commands that require sudo.
A workaround it suggests is to use precompiled binaries, uploading them to S3 and downloading them as part of your build, installing them into a non-root directory. I think that's too much effort for now, but opening this issue so we're aware of the possibility.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
Just have to add
sudo: false
to.travis.yml
. Unfortunately we can't do that now because we have some (apt) commands that require sudo.A workaround it suggests is to use precompiled binaries, uploading them to S3 and downloading them as part of your build, installing them into a non-root directory. I think that's too much effort for now, but opening this issue so we're aware of the possibility.
The text was updated successfully, but these errors were encountered: