diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 207040b48..2ebdf7b25 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -9,8 +9,6 @@ jobs: strategy: matrix: - node_6_x: - node_version: 6.x node_8_x: node_version: 8.x node_10_x: @@ -18,6 +16,8 @@ jobs: # run_browser_tests: true # browser_name: Edge run_coveralls: true + node_12_x: + node_version: 12.x steps: - template: .azure-pipelines-steps.yml @@ -31,8 +31,6 @@ jobs: strategy: matrix: - node_6_x: - node_version: 6.x node_8_x: node_version: 8.x node_10_x: @@ -41,6 +39,8 @@ jobs: run_browser_tests: true browser_name: Firefox run_coveralls: true + node_12_x: + node_version: 12.x steps: - script: | @@ -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 diff --git a/.travis.yml b/.travis.yml index ff1365290..e78f72092 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ sudo: false dist: xenial language: node_js node_js: - - "6" - "8" - "10" + - "12" services: - xvfb