Improved the travis config.
This commit is contained in:
parent
1209879bed
commit
ae2b464492
1 changed files with 4 additions and 1 deletions
|
@ -4,8 +4,11 @@ dist: bionic
|
|||
language: ruby
|
||||
rvm: 2.6.5
|
||||
|
||||
before_install:
|
||||
- bundle config path 'vendor/bundle'
|
||||
|
||||
install:
|
||||
- bundle install --path vendor/bundle --quiet
|
||||
- bundle install --quiet
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Reference in a new issue