File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ You may also want to check out the following resources:
240
240
241
241
# Scala CI
242
242
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 )
244
244
245
245
Once you submit a PR your commits will be automatically tested by the Scala CI.
246
246
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ triggerScalaDist() {
184
184
-H "Authorization: token $TRAVIS_TOKEN" \
185
185
-H "Content-Type: application/json" \
186
186
-d "$json" \
187
- https://api.travis-ci.org /repo/scala%2Fscala-dist/requests)
187
+ https://api.travis-ci.com /repo/scala%2Fscala-dist/requests)
188
188
189
189
[[ "$curlStatus" == "202" ]] || {
190
190
echo "failed to start job"
You can’t perform that action at this time.
0 commit comments