Skip to content

Commit 2d5ad6d

Browse files
committed
Build: Run tests on Firefox ESR as well
Closes gh-4530 (cherry picked from commit 0a73b94)
1 parent 830976e commit 2d5ad6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,12 @@ matrix:
1717
addons:
1818
chrome: stable
1919
firefox: latest
20+
# Run tests on Firefox ESR as well.
21+
- node_js: "12"
22+
env:
23+
- NPM_SCRIPT="test:browser"
24+
- BROWSERS="FirefoxHeadless"
25+
addons:
26+
firefox: latest-esr
2027
script:
2128
- npm run $NPM_SCRIPT

0 commit comments

Comments
 (0)