mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Run tests on Firefox ESR as well
Closes gh-4530
This commit is contained in:
parent
64c1fcc1cd
commit
0a73b94a21
@ -17,5 +17,12 @@ matrix:
|
||||
addons:
|
||||
chrome: stable
|
||||
firefox: latest
|
||||
# Run tests on Firefox ESR as well.
|
||||
- node_js: "12"
|
||||
env:
|
||||
- NPM_SCRIPT="test:browser"
|
||||
- BROWSERS="FirefoxHeadless"
|
||||
addons:
|
||||
firefox: latest-esr
|
||||
script:
|
||||
- npm run $NPM_SCRIPT
|
||||
|
Loading…
Reference in New Issue
Block a user