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

11 lines
152 B
YAML
Raw Normal View History

2014-02-28 13:38:39 -05:00
language: node_js
2015-08-04 14:51:28 -04:00
sudo: false
2014-02-28 13:38:39 -05:00
node_js:
- "node"
2019-09-15 14:01:34 -04:00
install:
2021-01-22 15:17:36 -05:00
- npm ci
2019-09-15 14:01:34 -04:00
script:
- npm run lint
- npm run test
- npm run build
- npm run build-demo