diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-06-24 10:48:12 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-06-25 17:37:56 +0200 |
commit | cca5b4d50c8324144a882ebb589d5ed020c80143 (patch) | |
tree | 9596afa90e4157d3cf1452cac442649f13646057 /README.md | |
parent | b1a9c21a2e270f63d113c5e2a2ebbe68427499d8 (diff) |
Switch travis-ci.org links in README.md to travis-ci.com
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -174,13 +174,13 @@ the `libsquashfs` library does not. ## Automated Testing and Analysis -[![Build Status](https://travis-ci.org/AgentD/squashfs-tools-ng.svg?branch=master)](https://travis-ci.org/AgentD/squashfs-tools-ng) +[![Build Status](https://travis-ci.com/AgentD/squashfs-tools-ng.svg?branch=master)](https://travis-ci.com/AgentD/squashfs-tools-ng) [![Coverity Status](https://scan.coverity.com/projects/18718/badge.svg)](https://scan.coverity.com/projects/squashfs-tools-ng) The GitHub project for squashfs-tools-ng is registered with Travis-CI and Coverity Scan. -The [Travis-CI](https://travis-ci.org/github/AgentD/squashfs-tools-ng]) page +The [Travis-CI](https://travis-ci.com/github/AgentD/squashfs-tools-ng]) page shows the current build status for various system configurations for the latest commit on master, as well as pull requests on the GitHub project page. |