diff options
author | Brandon West <brawest@gmail.com> | 2014-06-21 12:02:19 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-21 12:02:19 -0600 |
commit | 88ac90fd02bdac068d0e2581b6711434c544e4a6 (patch) | |
tree | 4410b91e9f905f89e1d5da595a6d6a207c33fc0e | |
parent | 9d2104117b6a8d120c4f8d554e7b002dab0f83e4 (diff) | |
download | sendgrid-csharp-88ac90fd02bdac068d0e2581b6711434c544e4a6.zip sendgrid-csharp-88ac90fd02bdac068d0e2581b6711434c544e4a6.tar.gz sendgrid-csharp-88ac90fd02bdac068d0e2581b6711434c544e4a6.tar.bz2 |
fix hipchat notification link
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6ff424f..5f9e72d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,5 @@ 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 |