Skip to content

Commit

Permalink
Removing travis mention
Browse files Browse the repository at this point in the history
  • Loading branch information
alazzaro committed Jul 4, 2023
1 parent 25af945 commit ee99028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DBCSR: Distributed Block Compressed Sparse Row matrix library

[![Build Status](https://github.com/cp2k/dbcsr/actions/workflows/testing-linux.yml/badge.svg)](https://travis-ci.org/cp2k/dbcsr) [![codecov](https://codecov.io/gh/cp2k/dbcsr/branch/develop/graph/badge.svg)](https://codecov.io/gh/cp2k/dbcsr)
[![Build Status](https://github.com/cp2k/dbcsr/actions/workflows/testing-linux.yml/badge.svg)](https://github.com/cp2k/dbcsr/actions) [![codecov](https://codecov.io/gh/cp2k/dbcsr/branch/develop/graph/badge.svg)](https://codecov.io/gh/cp2k/dbcsr)
[![Licence](https://img.shields.io/badge/license-GPL%20v2.0-blue.svg)](./LICENSE)
[![GitHub Releases](https://img.shields.io/github/release-pre/cp2k/dbcsr.svg)](https://github.com/cp2k/dbcsr/releases)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The listed examples can usually be combined with other build options like *libxs
even if the examples are not explicitly given.

The instructions used for building in the Continuous Integration can be found in
the `.ci/` folder or in the `.travis.yml`.
the `.ci/` folder or in the `.github/workflows/`.

## GNU

Expand Down

0 comments on commit ee99028

Please sign in to comment.