@@ -20,38 +20,37 @@ exports.config = {
20
20
'build' : process . env . TRAVIS_BUILD_NUMBER ,
21
21
'name' : 'Protractor smoke tests' ,
22
22
'version' : '34' ,
23
- 'selenium-version' : '2.42.2 ' ,
23
+ 'selenium-version' : '2.43.1 ' ,
24
24
'platform' : 'OS X 10.9'
25
25
} , {
26
26
'browserName' : 'firefox' ,
27
27
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
28
28
'build' : process . env . TRAVIS_BUILD_NUMBER ,
29
29
'name' : 'Protractor smoke tests' ,
30
30
'version' : '29' ,
31
- // TODO - as of 2014/8/5 this has stopped working. Reinstate when possible.
32
- // 'selenium-version': '2.42.2'
31
+ 'selenium-version' : '2.43.1' ,
33
32
} , {
34
33
'browserName' : 'safari' ,
35
34
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
36
35
'build' : process . env . TRAVIS_BUILD_NUMBER ,
37
36
'name' : 'Protractor smoke tests' ,
38
37
'version' : '7' ,
39
- 'selenium-version' : '2.42.2'
38
+ 'selenium-version' : '2.43.1' ,
40
39
} , {
41
40
'browserName' : 'internet explorer' ,
42
41
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
43
42
'build' : process . env . TRAVIS_BUILD_NUMBER ,
44
43
'name' : 'Protractor smoke tests' ,
45
44
'version' : '11' ,
46
- 'selenium-version' : '2.42.2 ' ,
45
+ 'selenium-version' : '2.43.1 ' ,
47
46
'platform' : 'Windows 7'
48
47
} , {
49
48
'browserName' : 'internet explorer' ,
50
49
'tunnel-identifier' : process . env . TRAVIS_JOB_NUMBER ,
51
50
'build' : process . env . TRAVIS_BUILD_NUMBER ,
52
51
'name' : 'Protractor smoke tests' ,
53
52
'version' : '10' ,
54
- 'selenium-version' : '2.42.2 ' ,
53
+ 'selenium-version' : '2.43.1 ' ,
55
54
'platform' : 'Windows 7'
56
55
} ] ,
57
56
0 commit comments