[Pkg-javascript-commits] [sockjs-client] 135/350: Remove sauce connect
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:03:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit be3932ce48ce995ddf8a4459b116b214f28b29e8
Author: Bryce Kahle <bkahle at gmail.com>
Date: Tue Oct 14 11:11:27 2014 -0400
Remove sauce connect
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index fdbfc2b..db2bf0f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,12 +8,12 @@ test-node:
test-zuul:
@if [ "x$(BROWSER_PLATFORM)" = "x" ]; then \
- ./node_modules/.bin/zuul --sauce-connect \
+ ./node_modules/.bin/zuul \
--browser-name $(BROWSER_NAME) \
--browser-version $(BROWSER_VERSION) \
tests/browser.js; \
else \
- ./node_modules/.bin/zuul --sauce-connect \
+ ./node_modules/.bin/zuul \
--browser-name $(BROWSER_NAME) \
--browser-version $(BROWSER_VERSION) \
--browser-platform "$(BROWSER_PLATFORM)" \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list