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.
This commit is contained in:
Virgil Dupras 2018-01-13 09:01:31 -05:00
parent bd4aa8167c
commit 4ff412e2d2

View file

@ -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"