add .travis.yml to run lint
This commit is contained in:
parent
85e211a14b
commit
adcebe47c2
2 changed files with 3 additions and 1 deletions
1
.travis.yml
Normal file
1
.travis.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
language: node_js
|
|
@ -41,6 +41,7 @@
|
||||||
"lint:addon": "addons-linter webextension --self-hosted",
|
"lint:addon": "addons-linter webextension --self-hosted",
|
||||||
"lint:css": "stylelint webextension/css/*.css",
|
"lint:css": "stylelint webextension/css/*.css",
|
||||||
"lint:html": "htmllint webextension/*.html",
|
"lint:html": "htmllint webextension/*.html",
|
||||||
"lint:js": "eslint ."
|
"lint:js": "eslint .",
|
||||||
|
"test": "npm run lint"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue