Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpu committed Oct 4, 2024
1 parent 96b037c commit 2d6b849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ test_task:
node_modules_cache:
folder: node_modules
fingerprint_script: cat yarn.lock
populate_script: yarn install
lib_test_script: npm run ci.travis.lib
demo_test_script: npm run ci.travis.demo
populate_script: pnpm install
lib_test_script: pnpm run ci.travis.lib
demo_test_script: pnpm run ci.travis.demo

0 comments on commit 2d6b849

Please sign in to comment.