Skip to content

Commit

Permalink
Restored selenium-version option.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Jan 29, 2015
1 parent b0c6ec5 commit 6760f9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ module.exports = function(config) {
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER,
build: process.env.TRAVIS_BUILD_NUMBER,
testName: process.env.COMMIT_MESSAGE,
tags: ['selectize', 'test']
tags: ['selectize', 'test'],
options: {
'selenium-version': '2.41.0'
}
},
customLaunchers: customLaunchers,
reporters: reporters,
Expand Down

0 comments on commit 6760f9a

Please sign in to comment.