Browse Source

Fix travis build links

pull/189/head^2
Anders Jenbo 7 years ago committed by GitHub
parent
commit
73f278b0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis/are-we-d1-yet.sh

2
.travis/are-we-d1-yet.sh

@ -31,7 +31,7 @@ WEBHOOK_DATA='{
"embeds": [ {
"author": {
"name": "Job #'"$TRAVIS_JOB_NUMBER"' (Build #'"$TRAVIS_BUILD_NUMBER"')",
"url": "https://travis-ci.com/'"$TRAVIS_REPO_SLUG"'/builds/'"$TRAVIS_BUILD_ID"'",
"url": "https://travis-ci.org/'"$TRAVIS_REPO_SLUG"'/builds/'"$TRAVIS_BUILD_ID"'",
"icon_url": "https://travis-ci.com/images/logos/TravisCI-Mascot-1.png"
},
"title": "['"\`${TRAVIS_COMMIT:0:7}\`"'] '"$COMMIT_SUBJECT"'",

Loading…
Cancel
Save