Build: Run tests on Firefox ESR as well

Closes gh-4530
This commit is contained in:
Michał Gołębiowski-Owczarek 2019-10-22 20:20:53 +02:00 committed by GitHub
parent 64c1fcc1cd
commit 0a73b94a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,5 +17,12 @@ matrix:
addons: addons:
chrome: stable chrome: stable
firefox: latest firefox: latest
# Run tests on Firefox ESR as well.
- node_js: "12"
env:
- NPM_SCRIPT="test:browser"
- BROWSERS="FirefoxHeadless"
addons:
firefox: latest-esr
script: script:
- npm run $NPM_SCRIPT - npm run $NPM_SCRIPT