Skip to content

Commit 47e7636

Browse files
authored
Merge pull request #209 from SethTisue/travis-ci-com
2 parents 4218dfc + 22a9a38 commit 47e7636

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: 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"

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.17
1+
sbt.version=0.13.18

Diff for: 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)