[Pkg-javascript-commits] [less.js] 280/285: Remove ipad sauce test since it often fails
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:24:02 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 8727d7281168afa41c1f376fa45c7bed9cb4c3d7
Author: Luke Page <luke.a.page at gmail.com>
Date: Sun Nov 9 08:54:07 2014 +0000
Remove ipad sauce test since it often fails
---
Gruntfile.js | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/Gruntfile.js b/Gruntfile.js
index 08a16e7..ccd78c1 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -248,13 +248,15 @@ module.exports = function (grunt) {
browserName: "firefox",
version: '33',
platform: 'Linux'
- },
- {
- browserName: "iPad",
- version: '8.0',
- platform: 'OS X 10.9',
- 'device-orientation': 'portrait'
- }].concat(process.env.TRAVIS_BRANCH === "master" ? [] : [{
+ }
+ ].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'
--
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