summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml20
1 files changed, 7 insertions, 13 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 2ebdf7b..ad8b2a1 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -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: |
@@ -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