Skip to content

Commit

Permalink
chore(ci): bump to latest 2 versions of ie, chrome, safari
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Nov 17, 2015
1 parent 1f44a6e commit 12d0308
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions spec/ciFullConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '45',
'version': '46',
'selenium-version': '2.48.2',
'chromedriver-version': '2.19',
'platform': 'OS X 10.9'
Expand All @@ -31,7 +31,7 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '40',
'version': '42',
'selenium-version': '2.48.2'
}],

Expand Down
8 changes: 4 additions & 4 deletions spec/ciSmokeConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '44',
'version': '45',
'selenium-version': '2.48.2',
'chromedriver-version': '2.19',
'platform': 'OS X 10.9'
Expand All @@ -32,22 +32,22 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '39',
'version': '41',
'selenium-version': '2.48.2'
}, {
'browserName': 'safari',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '7',
'version': '8',
'selenium-version': '2.44.0' // Use an old version because Safari has
// issues loading pages after 2.44.
}, {
'browserName': 'safari',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '8',
'version': '9',
'selenium-version': '2.44.0'
}, {
'browserName': 'internet explorer',
Expand Down

0 comments on commit 12d0308

Please sign in to comment.