0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-27 09:50:52 -05:00

remove travis config

This commit is contained in:
liabru 2021-12-26 21:57:37 +00:00
parent 2d483c1a97
commit e553779dbc

View file

@ -1,12 +0,0 @@
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