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

Commit 0a1ca60

Browse files
committed
chore(protractor): run travis-ci e2e tests on IE10
...can we?
1 parent 0542cb6 commit 0a1ca60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

protractor-travis-conf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ config.multiCapabilities = [{
2525
'name': 'Angular E2E',
2626
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
2727
'build': process.env.TRAVIS_BUILD_NUMBER
28+
}, {
29+
browserName: 'internet explorer',
30+
platform: 'Windows 7',
31+
version: '10',
32+
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
33+
build: process.env.TRAVIS_BUILD_NUMBER
2834
}];
2935

3036
config.allScriptsTimeout = 30000;

0 commit comments

Comments
 (0)