Skip to content

Commit

Permalink
Build: Test on Node.js 15
Browse files Browse the repository at this point in the history
Also, run browser tests on Node 14 instead of 12.

Closes gh-4802
  • Loading branch information
mgol committed Nov 11, 2020
1 parent 5c2d087 commit 6984d17
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,49 @@ node_js:
- "10"
- "12"
- "14"
- "15"
env:
- NPM_SCRIPT=test:browserless
jobs:
include:
- name: "Browser tests: full build, Chrome & Firefox stable"
node_js: "12"
node_js: "14"
env:
- NPM_SCRIPT="test:browser"
- BROWSERS="ChromeHeadless,FirefoxHeadless"
addons:
chrome: stable
firefox: latest
- name: "Browser tests: slim build, Chrome stable"
node_js: "12"
node_js: "14"
env:
- NPM_SCRIPT="test:slim"
- BROWSERS="ChromeHeadless"
addons:
chrome: stable
- name: "Browser tests: no-deprecated build, Chrome stable"
node_js: "12"
node_js: "14"
env:
- NPM_SCRIPT="test:no-deprecated"
- BROWSERS="ChromeHeadless"
addons:
chrome: stable
- name: "Browser tests: ES modules build, Chrome stable"
node_js: "12"
node_js: "14"
env:
- NPM_SCRIPT="test:esmodules"
- BROWSERS="ChromeHeadless"
addons:
chrome: stable
- name: "Browser tests: AMD build, Chrome stable"
node_js: "12"
node_js: "14"
env:
- NPM_SCRIPT="test:amd"
- BROWSERS="ChromeHeadless"
addons:
chrome: stable
- name: "Browser tests: full build, Firefox ESR"
node_js: "12"
node_js: "14"
env:
- NPM_SCRIPT="test:browser"
- BROWSERS="FirefoxHeadless"
Expand Down

0 comments on commit 6984d17

Please sign in to comment.