[Pkg-javascript-commits] [less.js] 18/26: Switch on all sauce tests
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:25:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.1.0
in repository less.js.
commit 825ab31cdd93441c97a0fe089751a1a035d4caf7
Author: Luke Page <luke.a.page at gmail.com>
Date: Sun Nov 16 17:51:30 2014 +0000
Switch on all sauce tests
---
Gruntfile.js | 55 +++++++++++++++++++++++++++----------------------------
1 file changed, 27 insertions(+), 28 deletions(-)
diff --git a/Gruntfile.js b/Gruntfile.js
index 45b07eb..1c697c0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -256,34 +256,33 @@ module.exports = function (grunt) {
browserName: "firefox",
version: '33',
platform: 'Linux'
- }
- ].concat(process.env.TRAVIS_BRANCH === "master" ? [] : [
- {
- browserName: "iPad",
- version: '8.0',
- platform: 'OS X 10.9',
- 'device-orientation': 'portrait'
- },
- {
- browserName: "internet explorer",
- version: '8',
- platform: 'Windows XP'
- },
- {
- browserName: "internet explorer",
- version: '9',
- platform: 'Windows 7'
- },
- {
- browserName: "internet explorer",
- version: '10',
- platform: 'Windows 7'
- },
- {
- browserName: "internet explorer",
- version: '11',
- platform: 'Windows 8.1'
- }]),
+ },
+ {
+ browserName: "iPad",
+ version: '8.0',
+ platform: 'OS X 10.9',
+ 'device-orientation': 'portrait'
+ },
+ {
+ browserName: "internet explorer",
+ version: '8',
+ platform: 'Windows XP'
+ },
+ {
+ browserName: "internet explorer",
+ version: '9',
+ platform: 'Windows 7'
+ },
+ {
+ browserName: "internet explorer",
+ version: '10',
+ platform: 'Windows 7'
+ },
+ {
+ browserName: "internet explorer",
+ version: '11',
+ platform: 'Windows 8.1'
+ }],
sauceConfig: {
'record-video': process.env.TRAVIS_BRANCH !== "master",
'record-screenshots': process.env.TRAVIS_BRANCH !== "master",
--
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