Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Node.js 15 to CI #1508

Merged
merged 1 commit into from Oct 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ after_success:

jobs:
include:
- os: linux
dist: focal
node_js: '15'
- os: linux
dist: focal
node_js: '14'
Expand All @@ -14,6 +17,9 @@ jobs:
- os: linux
dist: focal
node_js: '10'
- os: linux
dist: bionic
node_js: '15'
- os: linux
dist: bionic
node_js: '14'
Expand All @@ -23,12 +29,17 @@ jobs:
- os: linux
dist: bionic
node_js: '10'
- os: windows
node_js: '15'
- os: windows
node_js: '14'
- os: windows
node_js: '12'
- os: windows
node_js: '10'
- os: osx
osx_image: xcode12
node_js: '15'
- os: osx
osx_image: xcode12
node_js: '14'
Expand Down