0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-27 13:59:01 -05:00

improve CI speed

This commit is contained in:
liabru 2021-01-22 20:17:36 +00:00
parent e81fc7a044
commit 1af64eb593

View file

@ -3,7 +3,7 @@ sudo: false
node_js: node_js:
- "node" - "node"
install: install:
- npm install - npm ci
script: script:
- npm run lint - npm run lint
- npm run test - npm run test