mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
chore(travis): enable the cache in production
build
This commit is contained in:
parent
80cb0b3717
commit
76712c09cd
@ -16,13 +16,16 @@ before_script: git -C "$HOME" clone "$BUILDER_REPO" --depth=1 -q
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Upgrade
|
- stage: Upgrade
|
||||||
|
cache: bundler
|
||||||
git:
|
git:
|
||||||
depth: false # for posts' lastmod
|
depth: false # for posts' lastmod
|
||||||
script: eval "$BUILD_CMD"
|
script: eval "$BUILD_CMD"
|
||||||
|
|
||||||
- stage: Starter
|
- stage: Starter
|
||||||
language: minimal
|
language: minimal
|
||||||
install: true # skip install step
|
install: true # skip install step
|
||||||
script: eval "$FLUSH_STARTER"
|
script: eval "$FLUSH_STARTER"
|
||||||
|
|
||||||
- stage: Docs
|
- stage: Docs
|
||||||
cache: bundler
|
cache: bundler
|
||||||
git:
|
git:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user