Skip to content

Commit

Permalink
Add IE and Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Jun 4, 2014
1 parent 02efa8f commit b68b0c4
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('safari', '7', 'OS X 10.9'),
createCapabality('ie', '11', 'Windows 8.1')
],
baseUrl: 'http://localhost:' + devServerPort
};

0 comments on commit b68b0c4

Please sign in to comment.