summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2020-02-23 19:03:26 -0800
committerAlexander Early <alexander.early@gmail.com>2020-02-23 19:03:26 -0800
commit4e23a9d9a74d422a7f5c3b01ba11f4e431e9a3bf (patch)
tree43169e8a0eb6b0dbd1c5893f22c0e01630e2fe62
parent41a00c57d335318f2867f91d5b9fdecfcbe12ea4 (diff)
downloadasync-4e23a9d9a74d422a7f5c3b01ba11f4e431e9a3bf.tar.gz
update test matrixes
-rw-r--r--.azure-pipelines.yml20
-rw-r--r--.travis.yml3
2 files changed, 8 insertions, 15 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
diff --git a/.travis.yml b/.travis.yml
index e78f720..d79da9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ sudo: false
dist: xenial
language: node_js
node_js:
- - "8"
- "10"
- "12"
@@ -11,7 +10,7 @@ services:
matrix:
include:
- - node_js: "10"
+ - node_js: "12"
addons:
firefox: "60.0"
env: BROWSER=true MAKE_TEST=true