@@ -23,41 +23,35 @@ exports.config = {
2323 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
2424 'build' : process . env . TRAVIS_BUILD_NUMBER ,
2525 'name' : 'Protractor smoke tests' ,
26- 'version' : '54' ,
27- 'selenium-version' : '2.53.1' ,
28- 'chromedriver-version' : '2.26' ,
26+ 'version' : '55' ,
27+ 'chromedriver-version' : '2.27' ,
2928 'platform' : 'OS X 10.11'
3029 } , {
3130 'browserName' : 'firefox' ,
3231 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
3332 'build' : process . env . TRAVIS_BUILD_NUMBER ,
3433 'name' : 'Protractor smoke tests' ,
35- 'version' : '47' ,
36- 'selenium-version' : '2.53.1'
34+ 'version' : 'beta'
3735 } , {
3836 // TODO: Add Safari 10 once Saucelabs gets Selenium 3
3937 'browserName' : 'safari' ,
4038 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
4139 'build' : process . env . TRAVIS_BUILD_NUMBER ,
4240 'name' : 'Protractor smoke tests' ,
4341 'version' : '9' ,
44- 'selenium-version' : '2.44.0' // Use an old version because Safari has
45- // issues loading pages after 2.44.
4642 } , {
4743 'browserName' : 'MicrosoftEdge' ,
4844 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
4945 'build' : process . env . TRAVIS_BUILD_NUMBER ,
5046 'name' : 'Protractor smoke tests' ,
5147 'version' : '14.14393' ,
52- 'selenium-version' : '2.53.1' ,
5348 'platform' : 'Windows 10'
5449 } , {
5550 'browserName' : 'Internet Explorer' ,
5651 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
5752 'build' : process . env . TRAVIS_BUILD_NUMBER ,
5853 'name' : 'Protractor smoke tests' ,
5954 'version' : '11' ,
60- 'selenium-version' : '2.53.1' ,
6155 'platform' : 'Windows 8.1'
6256 } ] ,
6357
0 commit comments