From 3ca41d8df7fcad03c98f5f7afa85b9cd54c0cc0a Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Wed, 31 May 2017 20:49:03 +0200 Subject: [PATCH] Change the testing matrix --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4160b8719..df4140ddc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ language: node_js env: matrix: - - "BROWSER='firefox:19:Windows 2012'" - - "BROWSER='chrome::Windows 2008'" + - "BROWSER='firefox::Windows 10'" + - "BROWSER='chrome::Windows 10'" + - "BROWSER='MicrosoftEdge:14.14393:Windows 10'" + - "BROWSER='internet explorer:11.103:Windows 10'"" + - "BROWSER='safari:10.0:macOS 10.12'" branches: only: - master