From 5282e7f1abf10b507ddcf92824ff07db8c835aa1 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Fri, 27 Mar 2020 12:22:31 -0700 Subject: [PATCH] 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. --- browserstack.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +} -- 2.47.3