mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-09 00:58:03 +00:00
Improved the travis config.
This commit is contained in:
parent
1209879bed
commit
ae2b464492
@ -4,8 +4,11 @@ dist: bionic
|
|||||||
language: ruby
|
language: ruby
|
||||||
rvm: 2.6.5
|
rvm: 2.6.5
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- bundle config path 'vendor/bundle'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- bundle install --path vendor/bundle --quiet
|
- bundle install --quiet
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user