diff --git a/.travis.yml b/.travis.yml index 043dfd1f3..d1014f11f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,8 @@ before_install: - sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch - sudo systemctl start elasticsearch install: - - bundle install --path vendor/bundle + - bundle config set path 'vendor/bundle' + - bundle install --local --jobs 2 - yarn install --frozen-lockfile - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter