mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Remove ipad sauce test since it often fails
This commit is contained in:
16
Gruntfile.js
16
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'
|
||||
|
||||
Reference in New Issue
Block a user