Skip to content

Commit

Permalink
test: ignore sauce tests
Browse files Browse the repository at this point in the history
  • Loading branch information
standy committed Jun 6, 2019
1 parent 63c068d commit 40ae474
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ coverage
npm
src/**/*.js
locale/**/*.js
tmp
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
script:
- npm run test
- node scripts/prepare-for-npm
- npm run test:sauce
- npm run test:sauce || exit 0

deploy:
on:
Expand Down
9 changes: 2 additions & 7 deletions browser-test/karma.sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ const sl_launchers = {
version: 'latest',
platform: 'Windows 10'
},
sl_firefox_16_Windows7: {
sl_firefox_24_Windows7: {
base: 'SauceLabs',
browserName: 'firefox',
version: '16',
version: '24',
platform: 'Windows 7'
},
sl_edge_latest_Windows10: {
Expand Down Expand Up @@ -88,11 +88,6 @@ const sl_launchers = {
browserName: 'iphone',
version: '11.2',
},
sl_iphone_9_3: {
base: 'SauceLabs',
browserName: 'iphone',
version: '9.3',
},
sl_ipad_10_3: {
base: 'SauceLabs',
browserName: 'ipad',
Expand Down

0 comments on commit 40ae474

Please sign in to comment.