Skip to content

Commit

Permalink
Disable sudo in .travis.yml to enable container builds
Browse files Browse the repository at this point in the history
  • Loading branch information
blkperl committed Dec 26, 2014
1 parent 9944bf1 commit 00ec0ed
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,4 +1,5 @@
---
sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
Expand Down

0 comments on commit 00ec0ed

Please sign in to comment.