aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-06-24 10:48:12 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-06-24 10:49:03 +0200
commit32ba5e838bbc9558aace8b1c5a38180af07521f2 (patch)
treebd5cebdec029402760049fd8675a1fd2327d2c2d
parent11112edaa1aa73edefa6a27d618d5b65b5c81bb9 (diff)
Switch travis-ci.org links in README.md to travis-ci.com
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7217b55..fcb69e2 100644
--- a/README.md
+++ b/README.md
@@ -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.