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
2019-09-15 19:01:34 +01:00

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