Skip to content

Commit

Permalink
Remove old travis references (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Sep 8, 2023
1 parent 7b88a37 commit 27cd79d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 101 deletions.
89 changes: 0 additions & 89 deletions .travis.yml

This file was deleted.

10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
+---------------+-----------------+
| Service | Master branch |
+===============+=================+
| Travis | |travis_ci| |
| GitHub | |ghactions_ci| |
+---------------+-----------------+
| Appveyor | |appveyor_ci| |
+---------------+-----------------+
| Read the Docs | |read_the_docs| |
+---------------+-----------------+

.. |travis_ci| image:: https://api.travis-ci.org/PyWavelets/pywt.svg?branch=master
:align: middle
:target: https://travis-ci.org/PyWavelets/pywt
:alt: TravisCI Status

.. |ghactions_ci| image:: https://github.com/PyWavelets/pywt/actions/workflows/tests.yml/badge.svg?branch=master
:alt: Build Status
:target: https://github.com/PyWavelets/pywt/actions/workflows/tests.yml?query=branch%3Amaster

.. |appveyor_ci| image:: https://ci.appveyor.com/api/projects/status/github/PyWavelets/pywt
:align: middle
Expand Down
12 changes: 5 additions & 7 deletions doc/source/dev/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
Testing
=======

Continuous integration with Travis-CI
------------------------------------
Continuous integration with GitHub Actions
------------------------------------------

The project is using `Travis-CI <https://travis-ci.org/PyWavelets/pywt>`_ service
for continuous integration and testing.
The project is using GitHub Actions for continuous integration and testing.

Current build status is:

.. image::
https://secure.travis-ci.org/PyWavelets/pywt.png?branch=master
.. image:: https://github.com/PyWavelets/pywt/actions/workflows/tests.yml/badge.svg?branch=master
:alt: Build Status
:target: https://secure.travis-ci.org/PyWavelets/pywt
:target: https://github.com/PyWavelets/pywt/actions/workflows/tests.yml?query=branch%3Amaster

If you are submitting a patch or pull request please make sure it
does not break the build.
Expand Down

0 comments on commit 27cd79d

Please sign in to comment.