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:
parent
c3129b8651
commit
ce478cb3ab
1 changed files with 1 additions and 1 deletions
|
@ -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": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue