don't fail CI on lint error for PRs

This commit is contained in:
Leo Horie 2016-05-18 16:40:32 -04:00
parent d19ce8e598
commit 0aff6fb08a

View file

@ -15,6 +15,7 @@
"url" : "http://github.com/lhorie/mithril.js/issues"
},
"scripts": {
"test": "grunt test"
"test": "grunt lint test"
},
"main": "mithril.js",