diff --git a/.travis.yml b/.travis.yml index 5772f62..20e04cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,5 @@ before_script: - bundle exec rake db:test:prepare script: bundle exec cucumber env: RAILS_ENV=test +dist: trusty +sudo: required