Skip to content

Commit

Permalink
update matrix to remove node 6 and add 12
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Jun 30, 2019
1 parent 6aceae2 commit a626baa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:

strategy:
matrix:
node_6_x:
node_version: 6.x
node_8_x:
node_version: 8.x
node_10_x:
node_version: 10.x
# run_browser_tests: true
# browser_name: Edge
run_coveralls: true
node_12_x:
node_version: 12.x

steps:
- template: .azure-pipelines-steps.yml
Expand All @@ -31,8 +31,6 @@ jobs:

strategy:
matrix:
node_6_x:
node_version: 6.x
node_8_x:
node_version: 8.x
node_10_x:
Expand All @@ -41,6 +39,8 @@ jobs:
run_browser_tests: true
browser_name: Firefox
run_coveralls: true
node_12_x:
node_version: 12.x

steps:
- script: |
Expand All @@ -60,14 +60,14 @@ jobs:

strategy:
matrix:
node_6_x:
node_version: 6.x
node_8_x:
node_version: 8.x
node_10_x:
node_version: 10.x
run_browser_tests: true
browser_name: Safari
node_12_x:
node_version: 12.x

steps:
- template: .azure-pipelines-steps.yml
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sudo: false
dist: xenial
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"

services:
- xvfb
Expand Down

0 comments on commit a626baa

Please sign in to comment.