From 03bd433839c038cfbb8bca8f76c010179ce453fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renato=20Casta=C3=B1eda?= Date: Mon, 27 May 2019 18:47:48 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 692b503..598e0bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby +script: "bundle exec rake test" +sudo: false +cache: bundler rvm: - 2.4.2 -before_install: - - gem install bundler || gem install bundler --version '< 2' - - gem update --system