Enable containerized builds

MSP-11931

Disable the need for sudo to allow use of the faster docker
infrastructure.
bug/bundler_fix
Luke Imhoff 2014-12-31 13:26:35 -06:00
parent 91e03e1bbb
commit b179daeb56
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ before_script:
script:
# fail build if db/schema.rb update is not committed
- git diff --exit-code && bundle exec rake $RAKE_TASKS
sudo: false
rvm:
- '1.9.3'
- '2.1'