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:css": "stylelint webextension/css/*.css",
|
||||
"lint:html": "htmllint webextension/*.html",
|
||||
"lint:js": "eslint ."
|
||||
"lint:js": "eslint .",
|
||||
"test": "npm run lint"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,20 +47,20 @@ table {
|
|||
}
|
||||
|
||||
.onboarding-img {
|
||||
inline-size: 180px;
|
||||
block-size: 132px;
|
||||
inline-size: 180px;
|
||||
}
|
||||
|
||||
.onboarding-title {
|
||||
margin-block-start: 20px;
|
||||
margin-block-end: 10px;
|
||||
color: #43484e;
|
||||
font-size: 14px;
|
||||
color: #43484E;
|
||||
margin-block-end: 10px;
|
||||
margin-block-start: 20px;
|
||||
}
|
||||
|
||||
.onboarding-subtext {
|
||||
font-size: 10px;
|
||||
color: #4a4a4a;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.popup-bumper {
|
||||
|
|
Loading…
Add table
Reference in a new issue