Skip to content

Commit

Permalink
Add Firefox 29 on Windows and OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Jun 5, 2014
1 parent 65b67ec commit cc933f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protractor-config-travis.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ exports.config = {
createCapabality('chrome', '33', 'Windows 7'),
createCapabality('chrome', '34', 'Windows 7'),
createCapabality('firefox', '25', 'Windows 7'),
createCapabality('firefox', '26', 'Windows 7')
createCapabality('firefox', '26', 'Windows 7'),
createCapabality('firefox', '29', 'Windows 7'),
createCapabality('firefox', '29', 'OS X 10.9')
// createCapabality('safari', '7', 'OS X 10.9'),
// createCapabality('internet explorer', '11', 'Windows 8.1')
],
Expand Down

0 comments on commit cc933f0

Please sign in to comment.