0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00
liabru-matter-js/.travis.yml
2021-02-10 00:56:11 +00:00

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