Merge pull request #144 from mozilla/add-travis-hook
add .travis.yml to run lint
This commit is contained in:
commit
b406557d79
3 changed files with 10 additions and 6 deletions
3
.travis.yml
Normal file
3
.travis.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "6.1"
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,20 +47,20 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
.onboarding-img {
|
.onboarding-img {
|
||||||
inline-size: 180px;
|
|
||||||
block-size: 132px;
|
block-size: 132px;
|
||||||
|
inline-size: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onboarding-title {
|
.onboarding-title {
|
||||||
margin-block-start: 20px;
|
color: #43484e;
|
||||||
margin-block-end: 10px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #43484E;
|
margin-block-end: 10px;
|
||||||
|
margin-block-start: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onboarding-subtext {
|
.onboarding-subtext {
|
||||||
font-size: 10px;
|
|
||||||
color: #4a4a4a;
|
color: #4a4a4a;
|
||||||
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-bumper {
|
.popup-bumper {
|
||||||
|
|
Loading…
Add table
Reference in a new issue