[Pkg-javascript-commits] [less.js] 209/285: Test all except main and update dev dependencies
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:55 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 85caa4aee78440f70a796d3725b8b09636c227b3
Author: Luke Page <luke.a.page at gmail.com>
Date: Tue Oct 21 13:40:18 2014 +0100
Test all except main and update dev dependencies
---
Gruntfile.js | 8 ++++++--
package.json | 4 ++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/Gruntfile.js b/Gruntfile.js
index e97a756..136a3d4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -221,7 +221,7 @@ module.exports = function (grunt) {
options: {
helpers: 'test/browser/runner-postProcessor-options.js',
specs: 'test/browser/runner-postProcessor.js',
- outfile: 'tmp/browser/test-postProcessor.html'
+ outfile: 'tmp/browser/test-runner-post-processor.html'
}
}
},
@@ -231,7 +231,11 @@ module.exports = function (grunt) {
options: {
username: "lukeapage",
key: "2d7199e2-74da-432f-9449-c8c247babecf",
- urls: ['http://127.0.0.1:8081/tmp/browser/test-runner-production.html'],
+ urls: ["post-processor", "global-vars", "modify-vars", "production", "rootpath-relative",
+ "rootpath", "relative-urls", "browser", "no-js-errors", "errors", "legacy"
+ ].map(function(testName) {
+ return "http://127.0.0.1:8081/tmp/browser/test-runner-" + testName + ".html";
+ }),
testname: 'Sauce Unit Test for less.js',
browsers: [{
browserName: "chrome",
diff --git a/package.json b/package.json
index 3398869..fe21929 100644
--- a/package.json
+++ b/package.json
@@ -53,13 +53,13 @@
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
- "grunt-contrib-jasmine": "~0.8.0",
+ "grunt-contrib-jasmine": "~0.8.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-shell": "~1.1.1",
"matchdep": "~0.3.0",
"time-grunt": "~1.0.0",
- "grunt-browserify": "~3.0.1",
+ "grunt-browserify": "~3.1.0",
"grunt-saucelabs": "~8.3.2"
},
"keywords": [
--
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