diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-10-22 20:20:53 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-10-22 20:22:53 +0200 |
commit | 2d5ad6d23e0f57c733ce4556d3f2ee93ca99cadb (patch) | |
tree | 4707311c4b13e462d6369360f1d4ef99687f0c6c | |
parent | 830976e690b5fffeac860e2fdd07986d087ce824 (diff) | |
download | jquery-2d5ad6d23e0f57c733ce4556d3f2ee93ca99cadb.tar.gz jquery-2d5ad6d23e0f57c733ce4556d3f2ee93ca99cadb.zip |
Build: Run tests on Firefox ESR as well
Closes gh-4530
(cherry picked from commit 0a73b94a21d4c30b5598b95923dc73d640e07b99)
-rw-r--r-- | .travis.yml | 7 |
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 |