From 64b45f993e48701808e7a15a483cf8e7226b310f Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 22 Jun 2016 16:57:16 -0700 Subject: [PATCH] test: no polyfill for ES6 browsers --- bin/zuul-es6.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/zuul-es6.yml b/bin/zuul-es6.yml index 472c238..8054ad6 100644 --- a/bin/zuul-es6.yml +++ b/bin/zuul-es6.yml @@ -1,6 +1,4 @@ ui: tape -scripts: - - ./test/_polyfill.js browsers: - name: chrome version: '-1..latest' -- 2.34.1