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

12 lines
174 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:
2021-01-22 20:17:36 +00:00
- npm ci
2019-09-15 19:01:34 +01:00
script:
- npm run lint
2021-12-15 09:58:31 +00:00
- npm run benchmark
2019-09-15 19:01:34 +01:00
- npm run test
- npm run build
- npm run build-demo