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
(cherry picked from commit 0a73b94a21
)
This commit is contained in:
parent
830976e690
commit
2d5ad6d23e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user