We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d689d commit f6dbf75Copy full SHA for f6dbf75
.travis.yml
@@ -13,9 +13,11 @@ jobs:
13
- stage: test
14
name: "lintspaces"
15
script: "npm i -g lintspaces-cli && lintspaces -nt -d 'spaces' -i 'js-comments' src/* view/* manifest-*.json css/popup.css css/import.css"
16
+ env: CACHE_NAME=LINTSPACES
17
18
name: "Build Firefox and run addons-linter"
19
script: "npm install --only=production addons-linter && npm run firefox && addons-linter firefox"
20
+ env: CACHE_NAME=FIREFOXLINTER
21
22
name: "Build Chrome"
23
script: "npm run chrome"
0 commit comments