Skip to content

Commit 56dc675

Browse files
committed
chore: update Travis CI host to use .com domain
[skip ci]
1 parent 7febb00 commit 56dc675

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ after_failure:
4646
# We encode it to a bzipped binary form and dump to console. It can be
4747
# examined later with the following commands:
4848
#
49-
# $ curl -s https://api.travis-ci.org/v3/job/$JOB_ID/log.txt | sed -n '/^===== REPORT START/,/^===== REPORT END/p' | sed -e 1d -e '$d' -e 's/\r$//' | base64 -d | bzip2 -dc >target/robotframework-reports/output.xml
49+
# $ curl -s https://api.travis-ci.com/v3/job/$JOB_ID/log.txt | sed -n '/^===== REPORT START/,/^===== REPORT END/p' | sed -e 1d -e '$d' -e 's/\r$//' | base64 -d | bzip2 -dc >target/robotframework-reports/output.xml
5050
# $ ./mvnw robotframework:rebot
5151
# $ open target/robotframework-reports/report.html
5252
#

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# My Stamps
22

3-
[![Build Status](https://travis-ci.org/php-coder/mystamps.svg?branch=master)](https://travis-ci.org/php-coder/mystamps)
3+
[![Build Status](https://api.travis-ci.com/php-coder/mystamps.svg?branch=master)](https://travis-ci.com/php-coder/mystamps)
44
[![PDD Status](http://www.0pdd.com/svg?name=php-coder/mystamps)](https://www.0pdd.com/p?name=php-coder/mystamps)
55
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ru.mystamps%3Amystamps&metric=alert_status)](https://sonarcloud.io/dashboard?id=ru.mystamps%3Amystamps)
66
[![Uptime Statistic](https://badgen.net/uptime-robot/month/ur243278-551fbb732949dbdee27c7552)](https://stats.uptimerobot.com/1jXAjFpgP)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@
12561256

12571257
<ciManagement>
12581258
<system>Travis CI</system>
1259-
<url>https://travis-ci.org/php-coder/mystamps</url>
1259+
<url>https://travis-ci.com/php-coder/mystamps</url>
12601260
</ciManagement>
12611261

12621262
<scm>

0 commit comments

Comments
 (0)