Skip to content

Commit 7e4f2dd

Browse files
authored
feat(ci): use travis for update-club-info
1 parent b04dc04 commit 7e4f2dd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: node_js
2+
node_js:
3+
- "20"
4+
5+
cache:
6+
npm: false
7+
directories:
8+
- "~/.pnpm-store"
9+
10+
before_install:
11+
- corepack enable
12+
- corepack prepare pnpm@latest-9 --activate
13+
- pnpm config set store-dir ~/.pnpm-store
14+
15+
install:
16+
- pnpm install
17+
18+
script:
19+
- pnpm run update-club-info

0 commit comments

Comments
 (0)