Skip to content

Commit 055f3f4

Browse files
committed
[backport] move from travis-ci.org to travis-ci.com
backports scala#29 to 2.12.x context: scala/scala-dev#728
1 parent 1ea1d58 commit 055f3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function travis_fold_end() {
1313
# - state: pending / success / failed / error
1414
function postCommitStatus() {
1515
local jsonTemplate='{ "state": "%s", "target_url": "%s", "description": "%s", "context": "%s"}'
16-
local json=$(printf "$jsonTemplate" "$1" "https://travis-ci.org/scala/scala-dist-smoketest/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist-smoketest/$version")
16+
local json=$(printf "$jsonTemplate" "$1" "https://travis-ci.com/scala/scala-dist-smoketest/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist-smoketest/$version")
1717

1818
local curlStatus=$(curl \
1919
-s -o /dev/null -w "%{http_code}" \

0 commit comments

Comments
 (0)