Skip to content

Commit 76712c0

Browse files
committedOct 7, 2022
chore(travis): enable the cache in production build
1 parent 80cb0b3 commit 76712c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ before_script: git -C "$HOME" clone "$BUILDER_REPO" --depth=1 -q
1616
jobs:
1717
include:
1818
- stage: Upgrade
19+
cache: bundler
1920
git:
2021
depth: false # for posts' lastmod
2122
script: eval "$BUILD_CMD"
23+
2224
- stage: Starter
2325
language: minimal
2426
install: true # skip install step
2527
script: eval "$FLUSH_STARTER"
28+
2629
- stage: Docs
2730
cache: bundler
2831
git:

0 commit comments

Comments
 (0)