Skip to content

Commit e91151b

Browse files
authored
Refactor .org to .com
TravisCI will be closing/deprecating their .org domain and switching to .com
1 parent eff2c1d commit e91151b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

send.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ case $1 in
44
"building" )
55
EMBED_COLOR=15105570
66
STATUS_MESSAGE="Building"
7-
AVATAR="https://travis-ci.org/images/logos/TravisCI-Mascot-red.png"
7+
AVATAR="https://travis-ci.com/images/logos/TravisCI-Mascot-red.png"
88
;;
99

1010
"success" )
1111
EMBED_COLOR=3066993
1212
STATUS_MESSAGE="Passed"
13-
AVATAR="https://travis-ci.org/images/logos/TravisCI-Mascot-blue.png"
13+
AVATAR="https://travis-ci.com/images/logos/TravisCI-Mascot-blue.png"
1414
;;
1515

1616
"failure" )
1717
EMBED_COLOR=15158332
1818
STATUS_MESSAGE="Failed"
19-
AVATAR="https://travis-ci.org/images/logos/TravisCI-Mascot-red.png"
19+
AVATAR="https://travis-ci.com/images/logos/TravisCI-Mascot-red.png"
2020
;;
2121

2222
* )
2323
EMBED_COLOR=0
2424
STATUS_MESSAGE="Status Unknown"
25-
AVATAR="https://travis-ci.org/images/logos/TravisCI-Mascot-1.png"
25+
AVATAR="https://travis-ci.com/images/logos/TravisCI-Mascot-1.png"
2626
;;
2727
esac
2828

@@ -62,7 +62,7 @@ fi
6262
TIMESTAMP=$(date -u +%FT%TZ)
6363
WEBHOOK_DATA='{
6464
"username": "",
65-
"avatar_url": "https://travis-ci.org/images/logos/TravisCI-Mascot-1.png",
65+
"avatar_url": "https://travis-ci.com/images/logos/TravisCI-Mascot-1.png",
6666
"embeds": [ {
6767
"color": '$EMBED_COLOR',
6868
"author": {

0 commit comments

Comments
 (0)