Skip to content

Commit b179dae

Browse files
committed
Enable containerized builds
MSP-11931 Disable the need for sudo to allow use of the faster docker infrastructure.
1 parent 91e03e1 commit b179dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_script:
2323
script:
2424
# fail build if db/schema.rb update is not committed
2525
- git diff --exit-code && bundle exec rake $RAKE_TASKS
26-
26+
sudo: false
2727
rvm:
2828
- '1.9.3'
2929
- '2.1'

0 commit comments

Comments
 (0)