From 6e6136c1043e51ade7e32ccc798e0d61db269f21 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 22 Dec 2020 10:25:35 -0800 Subject: [PATCH 1/2] move from travis-ci.org to travis-ci.com context: scala/scala-dev#728 --- admin/build.sh | 2 +- scripts/common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/build.sh b/admin/build.sh index 0df1fdde6..5cafdd730 100755 --- a/admin/build.sh +++ b/admin/build.sh @@ -62,7 +62,7 @@ function triggerSmoketest() { -H "Authorization: token $TRAVIS_TOKEN" \ -H "Content-Type: application/json" \ -d "$json" \ - https://api.travis-ci.org/repo/scala%2Fscala-dist-smoketest/requests) + https://api.travis-ci.com/repo/scala%2Fscala-dist-smoketest/requests) [[ "$curlStatus" == "202" ]] || { echo "Failed to start travis build" diff --git a/scripts/common b/scripts/common index faf31a18f..448c4ac21 100755 --- a/scripts/common +++ b/scripts/common @@ -14,7 +14,7 @@ function travis_fold_end() { function postCommitStatus() { if [[ "$scala_sha" != "" ]]; then local jsonTemplate='{ "state": "%s", "target_url": "%s", "description": "%s", "context": "%s"}' - local json=$(printf "$jsonTemplate" "$1" "https://travis-ci.org/scala/scala-dist/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist/$version/$mode") + local json=$(printf "$jsonTemplate" "$1" "https://travis-ci.com/scala/scala-dist/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist/$version/$mode") local curlStatus=$(curl \ -s -o /dev/null -w "%{http_code}" \ From 22a9a38d2ba56cb760bce5d2d57380687f95929a Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 22 Dec 2020 10:30:38 -0800 Subject: [PATCH 2/2] sbt 0.13.18 (was 0.13.17) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 133a8f197..8e682c526 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.17 +sbt.version=0.13.18