Skip to content

Commit

Permalink
Update Links to Travis CI (using .com now as required by Travis migra…
Browse files Browse the repository at this point in the history
…tion)
  • Loading branch information
patrickfav committed Nov 29, 2020
1 parent 0fa07a8 commit 1525262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple Java CLI tool to export the messages from a [Rocket Chat](https://rocke

This tool uses the [RocketChat API](https://rocket.chat/docs/developer-guides/rest-api/groups/) and is useful for situations where the user does not have administrative access to the server.

[![GitHub release](https://img.shields.io/github/release/patrickfav/rocketchat-exporter.svg)](https://github.com/patrickfav/rocketchat-exporter/releases/latest) [![Build Status](https://travis-ci.org/patrickfav/rocketchat-exporter.svg?branch=master)](https://travis-ci.org/patrickfav/rocketchat-exporter) [![Coverage Status](https://coveralls.io/repos/github/patrickfav/rocketchat-exporter/badge.svg?branch=master)](https://coveralls.io/github/patrickfav/rocketchat-exporter?branch=master)
[![GitHub release](https://img.shields.io/github/release/patrickfav/rocketchat-exporter.svg)](https://github.com/patrickfav/rocketchat-exporter/releases/latest) [![Build Status](https://travis-ci.com/patrickfav/rocketchat-exporter.svg?branch=master)](https://travis-ci.com/patrickfav/rocketchat-exporter) [![Coverage Status](https://coveralls.io/repos/github/patrickfav/rocketchat-exporter/badge.svg?branch=master)](https://coveralls.io/github/patrickfav/rocketchat-exporter?branch=master)


## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@

<ciManagement>
<system>Travis</system>
<url>https://travis-ci.org/patrickfav/rocketchat-exporter</url>
<url>https://travis-ci.com/patrickfav/rocketchat-exporter</url>
</ciManagement>
</project>

0 comments on commit 1525262

Please sign in to comment.