Skip to content

Commit c213f1e

Browse files
committed
rm sauce connect
1 parent 78660c0 commit c213f1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

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

0 commit comments

Comments
 (0)