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

Commit bb18d04

Browse files
committed
👷 (travis) Add example test job
1 parent 8bb205f commit bb18d04

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: node_js
2-
cache: yarn
2+
cache:
3+
directories:
4+
- $HOME/.cache/yarn
5+
- node_modules
6+
- example/node_modules
37
jobs:
48
include:
59
- stage: test
610
script: yarn test:ci
11+
- # run test in example project
12+
script: cd example && yarn test:ci

0 commit comments

Comments
 (0)