Skip to content

Commit

Permalink
(maint) Remove travis sudo: false setting
Browse files Browse the repository at this point in the history
This removes the sudo: false setting as this is suspected to cause
problems when running tests on travis.
  • Loading branch information
hlindberg committed Jan 14, 2015
1 parent f19fa99 commit 3ab1562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,5 +1,4 @@
language: ruby
sudo: false
bundler_args: --without development
script:
- "bundle exec rake $CHECK"
Expand Down

0 comments on commit 3ab1562

Please sign in to comment.