@@ -24,39 +24,39 @@ exports.config = {
2424 'build' : process . env . TRAVIS_BUILD_NUMBER ,
2525 'name' : 'Protractor smoke tests' ,
2626 'version' : '54' ,
27- 'selenium-version' : '3.0 .1' ,
27+ 'selenium-version' : '2.53 .1' ,
2828 'chromedriver-version' : '2.26' ,
2929 'platform' : 'OS X 10.11'
3030 } , {
3131 'browserName' : 'firefox' ,
3232 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
3333 'build' : process . env . TRAVIS_BUILD_NUMBER ,
3434 'name' : 'Protractor smoke tests' ,
35- 'version' : '50 ' ,
36- 'selenium-version' : '3.0 .1'
35+ 'version' : '47 ' ,
36+ 'selenium-version' : '2.53 .1'
3737 } , {
3838 'browserName' : 'safari' ,
3939 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
4040 'build' : process . env . TRAVIS_BUILD_NUMBER ,
4141 'name' : 'Protractor smoke tests' ,
4242 'version' : '10' ,
43- 'selenium-version' : '3.0 .1' ,
43+ 'selenium-version' : '2.53 .1' ,
4444 'platform' : 'OS X 10.11'
4545 } , {
4646 'browserName' : 'MicrosoftEdge' ,
4747 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
4848 'build' : process . env . TRAVIS_BUILD_NUMBER ,
4949 'name' : 'Protractor smoke tests' ,
5050 'version' : '14.14393' ,
51- 'selenium-version' : '3.0 .1' ,
51+ 'selenium-version' : '2.53 .1' ,
5252 'platform' : 'Windows 10'
5353 } , {
5454 'browserName' : 'Internet Explorer' ,
5555 'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
5656 'build' : process . env . TRAVIS_BUILD_NUMBER ,
5757 'name' : 'Protractor smoke tests' ,
5858 'version' : '11' ,
59- 'selenium-version' : '3.0 .1' ,
59+ 'selenium-version' : '2.53 .1' ,
6060 'platform' : 'Windows 8.1'
6161 } ] ,
6262
0 commit comments