Use Gems in Vendor Cache for Travis (#8242)

This commit is contained in:
Molly Struve 2020-06-03 07:26:53 -05:00 committed by GitHub
parent 7af4ee034f
commit 046e26e721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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