Skip to content

Commit

Permalink
Try to fix Travis-CI to deply properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Apr 25, 2024
1 parent 14d60ea commit 81e2437
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ install:
- pnpm install

script:
- npm config fix
- components/bin/version
- pnpm -s link:full
- pnpm -s build-all

before_deplay:
- npm install -g npm@9
- npm config fix

deploy:
provider: npm
email: manager@mathjax.org
Expand Down

0 comments on commit 81e2437

Please sign in to comment.