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 b406557d79
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: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"
} }
} }

View file

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