Skip to content

Commit

Permalink
fixed saucelabs firefox build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
alexan committed Dec 5, 2015
1 parent 41643e7 commit 4c3b3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ module.exports = function (grunt) {
browsers: [{
browserName: 'chrome'
}, {
browserName: 'firefox'
browserName: 'firefox',
platform: 'linux'
}, {
browserName: 'safari',
version: '8'
Expand Down

0 comments on commit 4c3b3f8

Please sign in to comment.