Merge pull request #144 from mozilla/add-travis-hook

add .travis.yml to run lint
This commit is contained in:
luke crouch 2017-02-02 14:52:03 -06:00 committed by GitHub
commit 1d0c48bbed
3 changed files with 10 additions and 6 deletions

3
.travis.yml Normal file
View file

@ -0,0 +1,3 @@
language: node_js
node_js:
- "6.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"
}
}

View file

@ -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 {