0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-14 16:28:42 -05:00

change travis to only lint rather than full test (until tests are finished and documented)

This commit is contained in:
liabru 2015-12-05 17:33:22 +00:00
parent c3129b8651
commit ce478cb3ab

View file

@ -49,7 +49,7 @@
"yuidocjs": "^0.9.0" "yuidocjs": "^0.9.0"
}, },
"scripts": { "scripts": {
"test": "gulp build:dev && gulp build:examples && gulp test" "test": "gulp build:dev && gulp build:examples && gulp lint"
}, },
"dependencies": {} "dependencies": {}
} }