File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,25 @@ case $1 in
4
4
" building" )
5
5
EMBED_COLOR=15105570
6
6
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"
8
8
;;
9
9
10
10
" success" )
11
11
EMBED_COLOR=3066993
12
12
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"
14
14
;;
15
15
16
16
" failure" )
17
17
EMBED_COLOR=15158332
18
18
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"
20
20
;;
21
21
22
22
* )
23
23
EMBED_COLOR=0
24
24
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"
26
26
;;
27
27
esac
28
28
62
62
TIMESTAMP=$( date -u +%FT%TZ)
63
63
WEBHOOK_DATA=' {
64
64
"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",
66
66
"embeds": [ {
67
67
"color": ' $EMBED_COLOR ' ,
68
68
"author": {
You can’t perform that action at this time.
0 commit comments