aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3b00dfb56..214a80978 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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