Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit d897ce2

Browse files
committed
👷 (travis) Add example project installation step
1 parent bb18d04 commit d897ce2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ cache:
44
- $HOME/.cache/yarn
55
- node_modules
66
- example/node_modules
7+
install:
8+
- yarn
9+
- cd example && yarn && cd ..
710
jobs:
811
include:
912
- stage: test

0 commit comments

Comments
 (0)