From 7061fa72e28faf4357827d70569a16e5a21c9b08 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 15 Feb 2018 22:35:05 -0800 Subject: [PATCH] skip ES6 tests in Safari 9, only run ES5 tests The Node.js tests contain the const keyword, which doesn't work in Safari 9 in strict mode :( --- bin/zuul-es5.yml | 2 ++ bin/zuul-es6.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/zuul-es5.yml b/bin/zuul-es5.yml index a1a11e0..59ddcf1 100644 --- a/bin/zuul-es5.yml +++ b/bin/zuul-es5.yml @@ -2,3 +2,5 @@ ui: tape browsers: - name: ie version: latest + - name: safari + version: 9 diff --git a/bin/zuul-es6.yml b/bin/zuul-es6.yml index 3df899e..c3022da 100644 --- a/bin/zuul-es6.yml +++ b/bin/zuul-es6.yml @@ -5,7 +5,7 @@ browsers: - name: firefox version: -1..latest - name: safari - version: 9..latest + version: 10..latest - name: microsoftedge version: -1..latest - name: iphone -- 2.34.1