Skip to content

Commit b1a6110

Browse files
committed
update build status badges in readme
Travis CI is no longer in use, but GitLab CI and GitHub Actions are, so show them instead. [ci skip]
1 parent 9f6877e commit b1a6110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# sha256 - calculate SHA-256 message digest
22

3-
[![Build Status](https://travis-ci.org/striezel/secure-hash-algorithm.svg)](https://travis-ci.org/striezel/secure-hash-algorithm)
3+
[![GitHub CI status](https://github.com/striezel/secure-hash-algorithm/workflows/GitHub%20CI/badge.svg)](https://github.com/striezel/secure-hash-algorithm/actions)
4+
[![GitLab pipeline status](https://gitlab.com/striezel/secure-hash-algorithm/badges/master/pipeline.svg)](https://gitlab.com/striezel/secure-hash-algorithm/-/pipelines)
45

56
## Purpose of the program
67

0 commit comments

Comments
 (0)