Skip to content

Commit

Permalink
Use latest supported firefox version on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Jun 5, 2014
1 parent cc933f0 commit 8fabd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protractor-config-travis.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports.config = {
createCapabality('firefox', '25', 'Windows 7'),
createCapabality('firefox', '26', 'Windows 7'),
createCapabality('firefox', '29', 'Windows 7'),
createCapabality('firefox', '29', 'OS X 10.9')
createCapabality('firefox', '28', 'OS X 10.9')
// createCapabality('safari', '7', 'OS X 10.9'),
// createCapabality('internet explorer', '11', 'Windows 8.1')
],
Expand Down

0 comments on commit 8fabd34

Please sign in to comment.