[Pkg-javascript-commits] [less.js] 185/285: another travis ci test
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit 7b84a9fe54cbad01c94eab8a28201a8ffdf8a126
Author: Luke Page <luke.a.page at gmail.com>
Date: Sun Oct 19 08:40:14 2014 +0100
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 af78acf..c43e9b7 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,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list