Skip to content

Commit 9d6ef82

Browse files
committed
fix commit status url posted to scala/scala
1 parent 656d31e commit 9d6ef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function travis_fold_end() {
1414
function postCommitStatus() {
1515
if [[ "$scala_sha" != "" ]]; then
1616
local jsonTemplate='{ "state": "%s", "target_url": "%s", "description": "%s", "context": "%s"}'
17-
local json=$(printf "$jsonTemplate" "$1" "https://travis-ci.com/scala/scala-dist/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist/$version/$mode")
17+
local json=$(printf "$jsonTemplate" "$1" "https://app.travis-ci.com/github/scala/scala-dist/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist/$version/$mode")
1818
[[ -z "$GITHUB_OAUTH_TOKEN" ]] && (echo "Missing environment variable GITHUB_OAUTH_TOKEN!"; exit 1)
1919
TMPFILE=$(mktemp -t curl.XXXXXXXXXX)
2020

0 commit comments

Comments
 (0)