mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
11 lines
No EOL
152 B
YAML
11 lines
No EOL
152 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "node"
|
|
install:
|
|
- npm ci
|
|
script:
|
|
- npm run lint
|
|
- npm run test
|
|
- npm run build
|
|
- npm run build-demo |