From 7b84a9fe54cbad01c94eab8a28201a8ffdf8a126 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Sun, 19 Oct 2014 08:40:14 +0100 Subject: [PATCH] another travis ci test --- lib/less-browser/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/less-browser/index.js b/lib/less-browser/index.js index af78acf3..c43e9b71 100644 --- a/lib/less-browser/index.js +++ b/lib/less-browser/index.js @@ -20,10 +20,12 @@ console.warn("about to apply polyfill " + window.Promise); require('promise/polyfill.js'); console.warn("polyfill applied" + window.Promise); - +/* global TravisCITest:true */ (function() { console.log("am I in strict mode? "+this); + TravisCITest = function(){}; })(); +console.log("TravisCITest ="+TravisCITest); window.less = less = require('../less')(); var environment = less.environment,