diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-01 15:04:23 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-01 15:04:38 +0200 |
commit | 0a4319ead0396d12bffd788a2fdabf96a0424534 (patch) | |
tree | bef0e1ed82e4f6b71429db69824d59f9f02b353c /.travis.yml | |
parent | 2bb943066f9d1d7492d921923841ea4af3ec0746 (diff) | |
download | qtlocation-mapboxgl-0a4319ead0396d12bffd788a2fdabf96a0424534.tar.gz |
update travis messages
[skip ci]
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 16d178a24b..ec315f3576 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,10 @@ script: notifications: hipchat: rooms: - secure: "ZKtTiFjXgXfrAO8eMU1nJBe46OBLgk0H7VAVmk84QwAb6DuoqT+mGMs+1yrWtjLwZI8vayZyaucupp1siM7lBWCOADx5GXA6GCCLOuE7fYLSNJFrXHa1u70IUBLOU8b5bDWRn8tcd5CM754R609l4ckTzBH3y4CIh9YNFrB0b+g=" + secure: "SgMjGDp8MP+UTAY/aWJwSQH2hv1Q0vhEc1BdIde59+lEL3u6gNMSexUTSJoVxRlIQTFXDJBU7v58ISdgJX8cPa+UvIC8hhLsayM+cbm+J3jgy7V9E9wllq3RpmXN33TxY7nwKgWdIms2t9YKZco3y4dKKAUyHXrtMvw8NNPQM+4=" template: - - '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}' + - 'Build <a href="%{build_url}">#%{build_number}</a>: %{author} tested <a href="%{compare_url}">%{commit}</a> in branch <a href="https://github.com/%{repository_slug}/tree/%{branch}">%{branch}</a> of <a href="https://github.com/%{repository_slug}">%{repository_name}</a>: <b>%{commit_message}</b><br>%{message} (%{duration})' + format: html git: submodules: false |