Skip to content

Commit

Permalink
remove obsolete travis .org examples (#9284)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
chris48s and repo-ranger[bot] committed Jun 18, 2023
1 parent f24b00f commit e7737ce
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions services/travis/travis-build.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@ export class TravisComBuild extends BaseSvgScrapingService {
}

static examples = [
{
title: 'Travis (.org)',
pattern: ':user/:repo',
namedParams: { user: 'rust-lang', repo: 'rust' },
staticPreview: {
message: 'passing',
color: 'brightgreen',
},
},
{
title: 'Travis (.org) branch',
pattern: ':user/:repo/:branch',
namedParams: { user: 'rust-lang', repo: 'rust', branch: 'master' },
staticPreview: {
message: 'passing',
color: 'brightgreen',
},
},
{
title: 'Travis (.com)',
pattern: 'com/:user/:repo',
Expand Down

0 comments on commit e7737ce

Please sign in to comment.