Skip to content

Commit fee8929

Browse files
authored
Merge pull request #29 from SethTisue/travis-ci-com
2 parents 30a1151 + e22eaae commit fee8929

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)