Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid using sudo in Travis-CI runs. #27

Open
glennpratt opened this issue Jan 11, 2015 · 0 comments
Open

Avoid using sudo in Travis-CI runs. #27

glennpratt opened this issue Jan 11, 2015 · 0 comments

Comments

@glennpratt
Copy link

Using sudo in Travis-CI runs means a project can't opt-in to using container based workers, which may be faster / more available.

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

sudo apt-get install python-virtualenv > /dev/null

I believe Travis-CI has their own S3 tool already installed, but even if that doesn't work there is probably another tool that could be installed without sudo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant