From b4430ff45dc63f7551697069d05285a6734498cc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 15 Apr 2019 09:20:40 -0400 Subject: [PATCH] Removed '.sudo: false' in .travis.yml file --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36be81e..ad5cc1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,4 @@ before_install: before_script: bundle exec rails db:test:prepare cache: bundler -sudo: false env: RAILSGOAT_MAINTAINER=true