Use Gems in Vendor Cache for Travis (#8242)
This commit is contained in:
parent
7af4ee034f
commit
046e26e721
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ before_install:
|
||||||
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
|
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
|
||||||
- sudo systemctl start elasticsearch
|
- sudo systemctl start elasticsearch
|
||||||
install:
|
install:
|
||||||
- bundle install --path vendor/bundle
|
- bundle config set path 'vendor/bundle'
|
||||||
|
- bundle install --local --jobs 2
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
|
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
|
||||||
> ./cc-test-reporter
|
> ./cc-test-reporter
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue