add .travis.yml to run lint

This commit is contained in:
groovecoder
2017-02-02 14:00:18 -06:00
parent b5bde290af
commit b307f5821d
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
language: node_js
+2 -1
View File
@@ -41,6 +41,7 @@
"lint:addon": "addons-linter webextension --self-hosted",
"lint:css": "stylelint webextension/css/*.css",
"lint:html": "htmllint webextension/*.html",
"lint:js": "eslint ."
"lint:js": "eslint .",
"test": "npm run lint"
}
}