From 4ff412e2d29280164e4b8313c755609b1d064bb9 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 13 Jan 2018 09:01:31 -0500 Subject: [PATCH] Fix travis for real this time Sorry for the commit noise, I didn't think I'd need this much fiddling and I don't have push-force privileges on the repo. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73f9880..bc2c4dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ rvm: install: - gem install -v 1.12.5 bundler - bundle _1.12.5_ install --jobs=3 --retry=3 -script: "bundle _1.12.5_ exec rake ci" +script: "bundle exec rake ci"