Skip to content

Commit

Permalink
update test matrixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Feb 24, 2020
1 parent 41a00c5 commit 4e23a9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
20 changes: 7 additions & 13 deletions .azure-pipelines.yml
Expand Up @@ -9,38 +9,34 @@ jobs:

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

steps:
- template: .azure-pipelines-steps.yml

- job: Linux
pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'Ubuntu 18.04'

variables:
os_name: Linux

strategy:
matrix:
node_8_x:
node_version: 8.x
node_10_x:
node_version: 10.x
DISPLAY: :99.0
node_12_x:
node_version: 12.x
run_browser_tests: true
browser_name: Firefox
run_coveralls: true
node_12_x:
node_version: 12.x

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

strategy:
matrix:
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
run_browser_tests: true
browser_name: Safari

steps:
- template: .azure-pipelines-steps.yml
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@ sudo: false
dist: xenial
language: node_js
node_js:
- "8"
- "10"
- "12"

Expand All @@ -11,7 +10,7 @@ services:

matrix:
include:
- node_js: "10"
- node_js: "12"
addons:
firefox: "60.0"
env: BROWSER=true MAKE_TEST=true
Expand Down

0 comments on commit 4e23a9d

Please sign in to comment.