Skip to content

Commit b77df61

Browse files
committed
Update travis.yaml for pnpm
1 parent 47b918f commit b77df61

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

.travis.yml

+21-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1+
branches:
2+
only:
3+
- "/^\\d+\\.\\d+/"
4+
15
dist: jammy
6+
27
language: node_js
8+
39
node_js:
4-
- stable
10+
- stable
11+
512
sudo: false
13+
14+
before_install:
15+
- npm install -g pnpm
16+
- pnpm --version
17+
18+
install:
19+
- pnpm install
20+
621
script:
7-
- components/bin/version
8-
- npm config fix
9-
- npm install
10-
- npm run -s link:full
11-
- npm run -s build-all
12-
branches:
13-
only:
14-
- "/^\\d+\\.\\d+/"
22+
- npm config fix
23+
- components/bin/version
24+
- pnpm run -s link:full
25+
- pnpm run -s build-all
26+
1527
deploy:
1628
provider: npm
1729
email: manager@mathjax.org

0 commit comments

Comments
 (0)