From: Feross Aboukhadijeh Date: Fri, 16 Feb 2018 06:35:05 +0000 (-0800) Subject: skip ES6 tests in Safari 9, only run ES5 tests X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=7061fa72e28faf4357827d70569a16e5a21c9b08;p=buffer.git 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 :( --- 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