Skip to content

Commit 2e9f4ed

Browse files
committed
and remove from .zuul
1 parent b28cb45 commit 2e9f4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"test": "tap test/parallel/*.js test/ours/*.js",
2525
"browser": "npm run write-zuul && zuul -- test/browser.js",
26-
"write-zuul": "printf \"ui: tape\nsauce_connect: true\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml",
26+
"write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml",
2727
"local": "zuul --local -- test/browser.js",
2828
"cover": "nyc npm test",
2929
"report": "nyc report --reporter=lcov"

0 commit comments

Comments
 (0)