Skip to content

Commit

Permalink
Restored the accidentally deleted test configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvas committed Mar 5, 2014
1 parent d2cf458 commit 58fdbc2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ module.exports = function (grunt) {
'src/datepicker.js', 'src/dialog.js', 'src/menu.js', 'src/progressbar.js', 'src/slider.js',
'src/spinner.js', 'src/tabs.js', 'src/tooltip.js'];

browsers = [{
browserName: 'opera',
platform: 'Windows XP'
}];
/*
browsers = [{
browserName: 'chrome',
platform: 'Windows XP'
Expand All @@ -45,7 +40,6 @@ module.exports = function (grunt) {
platform: 'Windows 8',
version: '10'
}];
*/

// let's test each supported major and minor version of jQuery UI
// let's test only the earliest supported and the latest versions of jQuery and knockout
Expand Down

0 comments on commit 58fdbc2

Please sign in to comment.