0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

fix grunt for travis

This commit is contained in:
liabru 2015-08-04 19:55:50 +01:00
parent f55d806b72
commit d40591033d

View file

@ -34,7 +34,7 @@
},
"scripts": {
"dev": "npm install && grunt dev",
"test": "grunt test"
"test": "grunt test:all"
},
"dependencies": {}
}