[Pkg-javascript-commits] [sockjs-client] 145/350: Remove sauce connect
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:03:56 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 a4a3da0a312c64e71e482b9cf7bde5a569606cfa
Author: Bryce Kahle <bkahle at gmail.com>
Date: Wed Oct 15 18:02:07 2014 -0400
Remove sauce connect
---
.travis.yml | 2 --
Makefile | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 841f5f4..f7c689d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,6 @@ node_js:
- '0.10'
script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm test || false'
-addons:
- sauce_connect: true
env:
global:
- secure: L36j3mbU1U2FiOhxYZrTZ7apVnb56gE+QFixsYyDpCRBrVW0q8WR9LTMJx+aPNdlzhRS5FT4gfInujPTnZeb+EvqEoYwtT+CeNG15XtGkfJDkfBFjBa4IZpJAjIwJB+0kKkZr9R7lQEEgy7H9FvLHY2N2WgdzuG8WZwiVRnkwVw=
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