diff --git a/.travis.yml b/.travis.yml index 2a1dc925..2b818e44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: ruby sudo: false cache: bundler script: "bundle exec rake" +install: "bundle install --jobs=3 --retry=3" env: - DATABASE_ADAPTER=sqlite3