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-24 10:49:03 +0200 |
commit | 32ba5e838bbc9558aace8b1c5a38180af07521f2 (patch) | |
tree | bd5cebdec029402760049fd8675a1fd2327d2c2d /README.md | |
parent | 11112edaa1aa73edefa6a27d618d5b65b5c81bb9 (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. |