Skip to content

Commit e395350

Browse files
authored
Update .travis.yml
1 parent 0b93e82 commit e395350

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ aliases:
2323
- &sauce-labs-desktop
2424
<<: *sauce-labs
2525
script: yarn run functional-tests-ci --grep @desktop
26+
- &sauce-labs-ie
27+
<<: *sauce-labs
28+
script: yarn run functional-tests-ci --grep @ie
2629
jobs:
2730
include:
2831
- script: yarn run ci
@@ -41,7 +44,7 @@ jobs:
4144
env: BROWSER_PLATFORM="Windows 10" BROWSER_NAME="MicrosoftEdge" FILE_ID="285567976309" FILE_VERSION_ID="300496707445"
4245
script: yarn run functional-tests-ci
4346
# Windows IE
44-
- <<: *sauce-labs-desktop
47+
- <<: *sauce-labs-ie
4548
env: BROWSER_PLATFORM="Windows 10" BROWSER_NAME="internet explorer" FILE_ID="285568624824" FILE_VERSION_ID="300497342136"
4649
script: yarn run functional-tests-ci
4750
# iPhone
@@ -55,4 +58,3 @@ jobs:
5558
- <<: *sauce-labs-mobile
5659
# Uses chrome file id
5760
env: BROWSER_PLATFORM="Android" DEVICE_NAME="Android GoogleAPI Emulator" PLATFORM_VERSION="7.1" BROWSER_NAME="Chrome" FILE_ID="285567874839" FILE_VERSION_ID="300496591287"
58-
script: yarn run functional-tests-ci

0 commit comments

Comments
 (0)