Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit b10de31

Browse files
authored
Merge pull request #319 from xwp/badge-patch
Fix the URL for Travis Pro badge
2 parents e9f2a93 + 601af00 commit b10de31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-markdown-readme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ try {
9797
if ( file_exists( $readme_root . '/.travis.yml' ) ) {
9898
$branch = isset( $env_vars['DEFAULT_BASE_BRANCH'] ) ? $env_vars['DEFAULT_BASE_BRANCH'] : 'master';
9999
if ( isset( $travis_ci_pro_badge ) ) {
100-
$md_args['travis_ci_pro_url'] = "https://magnum.travis-ci.com/$github_account_repo";
100+
$md_args['travis_ci_pro_url'] = "https://travis-ci.com/$github_account_repo";
101101
$md_args['travis_ci_pro_badge_src'] = $md_args['travis_ci_pro_url'] . ".svg?token=$travis_ci_pro_badge&branch=$branch";
102102
}
103103
if ( ! isset( $md_args['travis_ci_pro_url'] ) ) {

0 commit comments

Comments
 (0)