Skip to content

Commit cae0d31

Browse files
committed
Build: Run tests on Firefox ESR as well; run browser tests on Node.js 12
1 parent 218f111 commit cae0d31

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ env:
99
matrix:
1010
include:
1111
# Run browser tests only on one Node.js version to save time.
12-
- node_js: "10"
12+
- node_js: "12"
1313
env:
1414
- NPM_SCRIPT="test:browser"
15-
# The Chrome sandbox doesn't work on Travis.
16-
- BROWSERS="ChromeHeadlessNoSandbox,FirefoxHeadless"
15+
- BROWSERS="ChromeHeadless,FirefoxHeadless"
1716
addons:
1817
chrome: stable
1918
firefox: latest
19+
# Run tests on Firefox ESR as well.
20+
- node_js: "12"
21+
env:
22+
- NPM_SCRIPT="test:browser"
23+
- BROWSERS="FirefoxHeadless"
24+
addons:
25+
firefox: latest-esr
2026
script:
2127
- npm run $NPM_SCRIPT

0 commit comments

Comments
 (0)