Skip to content

Commit

Permalink
Simplified browsers, skipping devices
Browse files Browse the repository at this point in the history
  • Loading branch information
jforbes committed May 13, 2015
1 parent 2a50d03 commit 30303b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/tasks/test-travis.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ module.exports = function(grunt) {
'karma:chrome_sl',
'karma:firefox_sl',
'karma:safari_sl',
'karma:ipad_sl',
'karma:android_sl',
// 'karma:ipad_sl',
// 'karma:android_sl',
'karma:ie_sl'
]);
}
Expand Down
10 changes: 3 additions & 7 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,18 @@ module.exports = function(config) {

ipad_sl: {
base: 'SauceLabs',
browserName: 'ipad',
platform:'OS X 10.10',
browserName: 'iPad',
version: '8.2'
},

android_sl: {
base: 'SauceLabs',
browserName: 'android',
platform:'Linux'
browserName: 'Android'
},

ie_sl: {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 8.1',
version: '11'
browserName: 'internet explorer'
}
};

Expand Down

0 comments on commit 30303b2

Please sign in to comment.