Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Aug 27, 2018
1 parent fcceb3e commit 236c383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ aliases:
script: travis_retry yarn run functional-tests-ci
- &sauce-labs-doc-desktop
<<: *sauce-labs
script: travis_retry yarn run functional-tests-ci --grep (@desktop)(@doc)
script: travis_retry yarn run functional-tests-ci --grep '(@desktop)(@doc)'
- &sauce-labs-image-desktop
<<: *sauce-labs
script: travis_retry yarn run functional-tests-ci --grep (@desktop)(@image)
script: travis_retry yarn run functional-tests-ci --grep '(@desktop)(@image)'
- &sauce-labs-ie
<<: *sauce-labs
script: travis_retry yarn run functional-tests-ci --grep @ie
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
#
# Mac Chrome
- <<: *sauce-labs-image-desktop
env: BROWSER_PLATFORM="macOS 10.13" BROWSER_NAME="chrome" FILE_ID="303903703739" FILE_VERSION_ID="320047230971"
env: BROWSER_PLATFORM="macOS 10.13" BROWSER_NAME="chrome" FILE_ID="303903703739" FILE_VERSION_ID="320047230971"

0 comments on commit 236c383

Please sign in to comment.