From d539e3e440250db8948d9f96e954af38b89b2310 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 15 Feb 2018 22:49:34 -0800 Subject: [PATCH] do not run ES6 tests on iOS 9.3, only run ES5 tests --- bin/zuul-es5.yml | 2 ++ bin/zuul-es6.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/zuul-es5.yml b/bin/zuul-es5.yml index 59ddcf1..686fa24 100644 --- a/bin/zuul-es5.yml +++ b/bin/zuul-es5.yml @@ -4,3 +4,5 @@ browsers: version: latest - name: safari version: 9 + - name: iphone + version: 9.3 diff --git a/bin/zuul-es6.yml b/bin/zuul-es6.yml index 04aeae7..410ec60 100644 --- a/bin/zuul-es6.yml +++ b/bin/zuul-es6.yml @@ -10,6 +10,5 @@ browsers: version: -1..latest - name: iphone version: - - 9.3 - 10.3 - latest -- 2.34.1