Skip to content

Commit

Permalink
Build: Run tests on Firefox ESR as well
Browse files Browse the repository at this point in the history
Closes gh-4530

(cherry picked from commit 0a73b94)
  • Loading branch information
mgol committed Oct 22, 2019
1 parent 830976e commit 2d5ad6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d5ad6d

Please sign in to comment.