diff options
author | Tushar Bhushan <tushar.bhushan@yahoo.com> | 2015-10-07 15:41:06 -0700 |
---|---|---|
committer | Tushar Bhushan <tushar.bhushan@yahoo.com> | 2015-10-07 15:45:48 -0700 |
commit | 9c80b8739b5bf7ce77d8f37e99d28eb34fe5301f (patch) | |
tree | 17af9f99e4127fb3778121c45205280c5bbc7b43 | |
parent | 05910ebb6ed1670e4e5dea1cf74bda1594012cc6 (diff) | |
download | sendgrid-nodejs-9c80b8739b5bf7ce77d8f37e99d28eb34fe5301f.zip sendgrid-nodejs-9c80b8739b5bf7ce77d8f37e99d28eb34fe5301f.tar.gz sendgrid-nodejs-9c80b8739b5bf7ce77d8f37e99d28eb34fe5301f.tar.bz2 |
update travis template
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 608411b..7401461 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ notifications: template: - '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository} Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong> - <a href="https://github.com/sendgrid/docs/commits/%{commit}">View on GitHub</a>' + <a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>' format: html notify: true |