Skip to content

Commit

Permalink
Updated browsers to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesshore committed Jan 12, 2014
1 parent 1f63ded commit 04e04d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ module.exports = function(grunt) {
runKarma: {
// Modify (or comment out) the following list to cause the build to fail unless these browsers are tested.
requiredBrowsers: [
"IE 8.0.0 (Windows XP)",
"IE 8.0.0 (Windows 7)",
"IE 9.0.0 (Windows 7)",
"Firefox 23.0.0 (Mac OS X 10.8)",
"Chrome 29.0.1547 (Mac OS X 10.8.5)",
"Safari 6.0.5 (Mac OS X 10.8.5)",
"Mobile Safari 6.0.0 (iOS 6.1)"
"Firefox 26.0.0 (Mac OS X 10.8)",
"Chrome 31.0.1650 (Mac OS X 10.8.5)",
"Safari 6.1.1 (Mac OS X 10.8.5)",
"Mobile Safari 7.0.0 (iOS 7.0.3)"
]
}
});
Expand Down
10 changes: 5 additions & 5 deletions Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ var karma = require("./build/util/karma_runner.js");

// Modify (or comment out) the following list to cause the build to fail unless these browsers are tested.
var REQUIRED_BROWSERS = [
"IE 8.0.0 (Windows XP)",
"IE 8.0.0 (Windows 7)",
"IE 9.0.0 (Windows 7)",
"Firefox 23.0.0 (Mac OS X 10.8)",
"Chrome 29.0.1547 (Mac OS X 10.8.5)",
"Safari 6.0.5 (Mac OS X 10.8.5)",
"Mobile Safari 6.0.0 (iOS 6.1)"
"Firefox 26.0.0 (Mac OS X 10.8)",
"Chrome 31.0.1650 (Mac OS X 10.8.5)",
"Safari 6.1.1 (Mac OS X 10.8.5)",
"Mobile Safari 7.0.0 (iOS 7.0.3)"
];

desc("Lint and test");
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Before building for the first time:
1. Install [Node.js](http://nodejs.org/download/).
2. Download and unzip [the source code](https://github.com/jamesshore/automatopia/archive/master.zip) into a convenient directory.
3. All commands must run from the root of the source tree: `cd <directory>`.
4. To cause the build to fail unless certain browsers are tested, edit `REQUIRED_BROWSERS` at the top of `Jakefile.js` and in `requiredBrowsers` in `Gruntfile.js`. Otherwise, comment those lines out.
4. To cause the build to fail unless certain browsers are tested, edit `REQUIRED_BROWSERS` at the top of `Jakefile.js` and in `requiredBrowsers` config section of `Gruntfile.js`. Otherwise, comment those lines out.

To build (and test):

Expand Down

0 comments on commit 04e04d5

Please sign in to comment.