Skip to content

Commit

Permalink
Build: Add node 12 to Travis & Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 6, 2019
1 parent 5667666 commit b4b5a68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/.azure-pipelines.yml
Expand Up @@ -9,6 +9,8 @@ jobs:
vmImage: "Ubuntu 16.04"
strategy:
matrix:
Node_v12:
node_version: 12
Node_v10:
node_version: 10
Node_v8:
Expand All @@ -30,6 +32,8 @@ jobs:
vmImage: vs2017-win2016
strategy:
matrix:
Node_v12:
node_version: 12
Node_v10:
node_version: 10
Node_v8:
Expand All @@ -54,6 +58,8 @@ jobs:
vmImage: macos-10.13
strategy:
matrix:
Node_v12:
node_version: 12
Node_v10:
node_version: 10
Node_v8:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- '12'
- '10'
- '8'
- '6'
Expand Down

0 comments on commit b4b5a68

Please sign in to comment.