MagLev / maglev

GemStone Maglev Ruby Repository
http://maglev.github.io
518 stars 41 forks source link

Don't do trivial sudo #425

Closed jc00ke closed 8 years ago

jc00ke commented 8 years ago

Avoid sudo if possible.

Let's see what CI has to say about this.

jc00ke commented 8 years ago

Not sure if this is a good idea, but if we know we'll never actually run sudo then we can use sudo: false on Travis and run in containers. Faster builds, though that's probably not super important to us right now.

jc00ke commented 8 years ago

:heart: