From e22eaae35183de78b9db5fa68870505fa17b8902 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 22 Dec 2020 10:26:47 -0800 Subject: [PATCH] move from travis-ci.org to travis-ci.com context: scala/scala-dev#728 --- scripts/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common b/scripts/common index dd8ab41..47e8968 100755 --- a/scripts/common +++ b/scripts/common @@ -13,7 +13,7 @@ function travis_fold_end() { # - state: pending / success / failed / error function postCommitStatus() { local jsonTemplate='{ "state": "%s", "target_url": "%s", "description": "%s", "context": "%s"}' - local json=$(printf "$jsonTemplate" "$1" "https://travis-ci.org/scala/scala-dist-smoketest/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist-smoketest/$version") + local json=$(printf "$jsonTemplate" "$1" "https://travis-ci.com/scala/scala-dist-smoketest/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist-smoketest/$version") local curlStatus=$(curl \ -s -o /dev/null -w "%{http_code}" \