Skip to content

Commit

Permalink
(maint) Ensure sudo: false for container builds
Browse files Browse the repository at this point in the history
Ensure sudo is not used so we use TravisCI container-based builds.
  • Loading branch information
Michael Smith committed Jul 7, 2015
1 parent eed2b9a commit 3cc230d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
language: ruby
sudo: false
bundler_args: --without system_tests
before_install: rm Gemfile.lock || true
script: bundle exec rake test
Expand Down

0 comments on commit 3cc230d

Please sign in to comment.