0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-21 17:14:38 -05:00
liabru-matter-js/.travis.yml

10 lines
134 B
YAML
Raw Normal View History

2014-02-28 18:38:39 +00:00
language: node_js
2015-08-04 19:51:28 +01:00
sudo: false
2014-02-28 18:38:39 +00:00
node_js:
- "node"
2019-09-15 19:01:34 +01:00
install:
- npm install
script:
- npm run lint
- npm run test
- npm run build