Skip to content

Commit f6dbf75

Browse files
authored
Update .travis.yml
1 parent 16d689d commit f6dbf75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
- stage: test
1414
name: "lintspaces"
1515
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
1617
- stage: test
1718
name: "Build Firefox and run addons-linter"
1819
script: "npm install --only=production addons-linter && npm run firefox && addons-linter firefox"
20+
env: CACHE_NAME=FIREFOXLINTER
1921
- stage: test
2022
name: "Build Chrome"
2123
script: "npm run chrome"

0 commit comments

Comments
 (0)