0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-26 13:49: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"
install:
- npm install
- npm ci
script:
- npm run lint
- npm run test