Skip to content

Commit e22eaae

Browse files
committed
move from travis-ci.org to travis-ci.com
context: scala/scala-dev#728
1 parent 1ea1d58 commit e22eaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/common

+1-1
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)