Skip to content

Commit 6e6136c

Browse files
committed
move from travis-ci.org to travis-ci.com
context: scala/scala-dev#728
1 parent 4218dfc commit 6e6136c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function triggerSmoketest() {
6262
-H "Authorization: token $TRAVIS_TOKEN" \
6363
-H "Content-Type: application/json" \
6464
-d "$json" \
65-
https://api.travis-ci.org/repo/scala%2Fscala-dist-smoketest/requests)
65+
https://api.travis-ci.com/repo/scala%2Fscala-dist-smoketest/requests)
6666

6767
[[ "$curlStatus" == "202" ]] || {
6868
echo "Failed to start travis build"

scripts/common

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function travis_fold_end() {
1414
function postCommitStatus() {
1515
if [[ "$scala_sha" != "" ]]; then
1616
local jsonTemplate='{ "state": "%s", "target_url": "%s", "description": "%s", "context": "%s"}'
17-
local json=$(printf "$jsonTemplate" "$1" "https://travis-ci.org/scala/scala-dist/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist/$version/$mode")
17+
local json=$(printf "$jsonTemplate" "$1" "https://travis-ci.com/scala/scala-dist/builds/$TRAVIS_BUILD_ID" "$1" "travis/scala-dist/$version/$mode")
1818

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

0 commit comments

Comments
 (0)