Skip to content

Commit cc341a6

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ You may also want to check out the following resources:
240240

241241
# Scala CI
242242

243-
[![Build Status](https://travis-ci.org/scala/scala.svg?branch=2.13.x)](https://travis-ci.org/scala/scala)
243+
[![Build Status](https://travis-ci.com/scala/scala.svg?branch=2.13.x)](https://travis-ci.com/scala/scala)
244244

245245
Once you submit a PR your commits will be automatically tested by the Scala CI.
246246

scripts/common

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ triggerScalaDist() {
184184
-H "Authorization: token $TRAVIS_TOKEN" \
185185
-H "Content-Type: application/json" \
186186
-d "$json" \
187-
https://api.travis-ci.org/repo/scala%2Fscala-dist/requests)
187+
https://api.travis-ci.com/repo/scala%2Fscala-dist/requests)
188188

189189
[[ "$curlStatus" == "202" ]] || {
190190
echo "failed to start job"

0 commit comments

Comments
 (0)