You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/06/21 10:00:08 UTC

cordova-paramedic git commit: CB-11430 Set SAUCELABS_ENV when running on Sauce

Repository: cordova-paramedic
Updated Branches:
  refs/heads/master bcabd7f9f -> a47bdf8ac


CB-11430 Set SAUCELABS_ENV when running on Sauce


Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/a47bdf8a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/a47bdf8a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/a47bdf8a

Branch: refs/heads/master
Commit: a47bdf8ac500923b5a8c2fc93eb69a508600b491
Parents: bcabd7f
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Jun 21 11:02:26 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Jun 21 11:44:30 2016 +0300

----------------------------------------------------------------------
 event-cache-plugin/paramedic.js | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/a47bdf8a/event-cache-plugin/paramedic.js
----------------------------------------------------------------------
diff --git a/event-cache-plugin/paramedic.js b/event-cache-plugin/paramedic.js
index 6db4b5b..1bd297e 100644
--- a/event-cache-plugin/paramedic.js
+++ b/event-cache-plugin/paramedic.js
@@ -18,6 +18,11 @@
     under the License.
 */
 
+/* global window */
+
+// CB-11430 Inject SAUCELABS_ENV global variable to indicate we're running on Saucelabs
+window.SAUCELABS_ENV = true;
+
 function Paramedic() {
 
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org