mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
10 lines
No EOL
134 B
YAML
10 lines
No EOL
134 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "node"
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run lint
|
|
- npm run test
|
|
- npm run build |