Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Faster builds on Travis #682

Open dideler opened 9 years ago

dideler commented 9 years ago

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.