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 236c383 commit 9c09e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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

0 comments on commit 9c09e8e

Please sign in to comment.