From: Feross Aboukhadijeh Date: Fri, 16 Feb 2018 06:49:34 +0000 (-0800) Subject: do not run ES6 tests on iOS 9.3, only run ES5 tests X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=d539e3e440250db8948d9f96e954af38b89b2310;p=buffer.git do not run ES6 tests on iOS 9.3, only run ES5 tests --- 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