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-12-15 09:58:31 +00:00

12 lines
No EOL
174 B
YAML

language: node_js
sudo: false
node_js:
- "node"
install:
- npm ci
script:
- npm run lint
- npm run benchmark
- npm run test
- npm run build
- npm run build-demo