Travis: remove sudo for container-based infrastructure
parent
c423c41b61
commit
4b13f5d269
|
|
@ -1,5 +1,6 @@
|
|||
language: ruby
|
||||
cache: bundler
|
||||
sudo: false # taking advantage of container-based infrastructure
|
||||
cache: bundler # maybe someday they'll add support for us freeloaders...
|
||||
rvm:
|
||||
- 2.0
|
||||
- 2.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue