Skip to content

Commit

Permalink
Add Node.js 15 to CI (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giotino committed Oct 21, 2020
1 parent e0cb820 commit 71c319d
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit 71c319d

Please sign in to comment.