Skip to content

Commit

Permalink
got rid of travis stuff and added github actions badge to readme (#729)
Browse files Browse the repository at this point in the history
* got rid of travis stuff and added github actions badge to readme

* removing apparently unmodified starter github actions script, probably unused
  • Loading branch information
pavelkomarov authored Oct 6, 2024
1 parent b049ac4 commit 28c638f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 154 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/main.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .travis_build_stack.sh

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.com/clawpack/pyclaw.svg?branch=master)](https://travis-ci.com/clawpack/pyclaw)
[![Build Status](https://github.com/clawpack/pyclaw/actions/workflows/testing.yml/badge.svg)](https://github.com/clawpack/pyclaw/actions)
[![Coverage Status](https://img.shields.io/coveralls/clawpack/pyclaw.svg)](https://coveralls.io/r/clawpack/pyclaw?branch=master)

[![PyPI version](https://badge.fury.io/py/clawpack.svg)](https://badge.fury.io/py/clawpack)
Expand Down
39 changes: 0 additions & 39 deletions run_tests_on_travis.sh

This file was deleted.

0 comments on commit 28c638f

Please sign in to comment.