diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-01 09:05:19 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-01 09:05:19 +0000 |
commit | 7770473af3638d594767fc11c3e1d0377692976c (patch) | |
tree | 31cfb6c8d2e926d415dd41816766fac2b0ee6211 | |
parent | updated the readme for llvm15, [skip ci] (diff) | |
download | cgrep-7770473af3638d594767fc11c3e1d0377692976c.tar.gz cgrep-7770473af3638d594767fc11c3e1d0377692976c.zip |
fix for the travis badge. [ci skip]
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.com/terminaldweller/cgrep.svg?branch=master)](https://travis-ci.com/terminaldweller/cgrep) +[![Build Status](https://app.travis-ci.com/terminaldweller/cgrep.svg?branch=master)](https://app.travis-ci.com/terminaldweller/cgrep) [![Build status](https://ci.appveyor.com/api/projects/status/caab8oxmgljb87te?svg=true)](https://ci.appveyor.com/project/bloodstalker/cgrep) [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/bloodstalker/cgrep.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bloodstalker/cgrep/context:cpp) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/a70e8f48e3214a4f97850b4a1d7c5686)](https://www.codacy.com/gh/terminaldweller/cgrep/dashboard?utm_source=github.com&utm_medium=referral&utm_content=terminaldweller/cgrep&utm_campaign=Badge_Grade) |