Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 4b57a18

Browse files
committed
travis?
1 parent 0b95977 commit 4b57a18

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

spec/ciFullConf.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,13 @@ exports.config = {
3333
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
3434
'build': process.env.TRAVIS_BUILD_NUMBER,
3535
'name': 'Protractor suite tests',
36-
'version': '54',
37-
'selenium-version': '2.53.1',
38-
'chromedriver-version': '2.26',
39-
'platform': 'OS X 10.11'
36+
'version': '70'
4037
}, {
4138
'browserName': 'firefox',
4239
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
4340
'build': process.env.TRAVIS_BUILD_NUMBER,
4441
'name': 'Protractor suite tests',
45-
'version': '47',
42+
'version': '60',
4643
}],
4744

4845
baseUrl: env.baseUrl + '/ng1/',

spec/ciNg2Conf.js

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
exports.config = require('./angular2Conf.js').config;
2-
3-
exports.config.sauceUser = process.env.SAUCE_USERNAME;
4-
exports.config.sauceKey = process.env.SAUCE_ACCESS_KEY;
5-
exports.config.seleniumAddress = undefined;
6-
7-
// TODO: add in firefox when issue #2784 is fixed
8-
exports.config.multiCapabilities = [{
9-
'browserName': 'chrome',
10-
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
11-
'build': process.env.TRAVIS_BUILD_NUMBER,
12-
'name': 'Protractor suite tests',
13-
'version': '54',
14-
'selenium-version': '2.53.1',
15-
'chromedriver-version': '2.26',
16-
'platform': 'OS X 10.11'
17-
}];
18-
exports.config.capabilities = undefined;
19-
exports.config.allScriptsTimeout = 120000;
20-
exports.config.getPageTimeout = 120000;
21-
exports.config.jasmineNodeOpts.defaultTimeoutInterval = 120000;
1+
exports.config = require('./ciFullConf.js').config;
2+
exports.config.specs = require('./angular2Conf.js').config.specs;
3+
exports.config.exclude = undefined;

0 commit comments

Comments
 (0)