From: Joe Workman Date: Fri, 27 Mar 2020 19:22:31 +0000 (-0700) Subject: build: added browser stack auth for build X-Git-Tag: v6.6.2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5282e7f1abf10b507ddcf92824ff07db8c835aa1;p=thirdparty%2Ffoundation%2Ffoundation-sites.git build: added browser stack auth for build it may be better to put this in an ENV variable but this was a quick fix to get this building again. Will need to figure that out later. this at least fixes the build. --- diff --git a/browserstack.json b/browserstack.json index 657c50aac..5d5bf867b 100644 --- a/browserstack.json +++ b/browserstack.json @@ -1,4 +1,6 @@ { + "username": "joeworkman", + "key": "vutaD3ypYamTHAHQxP5Z", "test_path": "test/javascript/index.html", "test_framework": "mocha", "exit_with_fail": true, @@ -40,4 +42,4 @@ "real_mobile": "true" } ] -} \ No newline at end of file +}