Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6898ac5

Browse files
committed
chore(travis): use latest selenium on SL
1 parent 63e13a4 commit 6898ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-shared.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function(config, specificOptions) {
1515
testName: specificOptions.testName || 'AngularJS',
1616
startConnect: true,
1717
options: {
18-
'selenium-version': '2.37.0'
18+
'selenium-version': '2.41.0'
1919
}
2020
},
2121

0 commit comments

Comments
 (0)