Skip to content

Commit

Permalink
grunt build tests all browsers first
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jul 12, 2013
1 parent 18e0d67 commit 6c5e061
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ module.exports = function (grunt) {
options: {
configFile: 'karma.conf.js',
runnerPort: 9999,
browsers: ['Firefox']
browsers: ['Firefox', 'Chrome', 'Safari', 'Opera']
},
all: {
browsers: ['Firefox', 'Chrome', 'Safari', 'Opera']

},
build: {
singleRun: true,
browsers: ['phantomjs']
singleRun: true
}
},

Expand Down

0 comments on commit 6c5e061

Please sign in to comment.