diff --git a/README.rst b/README.rst
index f63feb8d..7d0d7106 100644
--- a/README.rst
+++ b/README.rst
@@ -10,17 +10,9 @@ Jedi - an awesome autocompletion, static analysis and refactoring library for Py
:target: https://github.com/davidhalter/jedi/issues
:alt: The resolution time is the median time an issue or pull request stays open.
-.. image:: https://travis-ci.org/davidhalter/jedi.svg?branch=master
- :target: https://travis-ci.org/davidhalter/jedi
- :alt: Linux Tests
-
-.. image:: https://ci.appveyor.com/api/projects/status/mgva3bbawyma1new/branch/master?svg=true
- :target: https://ci.appveyor.com/project/davidhalter/jedi/branch/master
- :alt: Windows Tests
-
-.. image:: https://coveralls.io/repos/davidhalter/jedi/badge.svg?branch=master
- :target: https://coveralls.io/r/davidhalter/jedi
- :alt: Coverage status
+.. image:: https://github.com/davidhalter/jedi/workflows/ci/badge.svg?branch=master
+ :target: https://github.com/davidhalter/jedi/actions
+ :alt: Tests
.. image:: https://pepy.tech/badge/jedi
:target: https://pepy.tech/project/jedi
diff --git a/docs/docs/testing.rst b/docs/docs/testing.rst
index fdb36658..223cc292 100644
--- a/docs/docs/testing.rst
+++ b/docs/docs/testing.rst
@@ -12,8 +12,8 @@ easy as::
python3.8 -m pytest
-Tests are also run automatically on `Travis CI
-`_.
+Tests are also run automatically on `GitHub Actions
+`_.
You want to add a test for |jedi|? Great! We love that. Normally you should
write your tests as :ref:`Blackbox Tests `. Most tests would
diff --git a/docs/index.rst b/docs/index.rst
index 40117d49..78435fbf 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -18,13 +18,9 @@ Jedi - an awesome autocompletion, static analysis and refactoring library for Py
:target: https://github.com/davidhalter/jedi/issues
:alt: The resolution time is the median time an issue or pull request stays open.
-.. image:: https://travis-ci.org/davidhalter/jedi.svg?branch=master
- :target: https://travis-ci.org/davidhalter/jedi
- :alt: Linux Tests
-
-.. image:: https://ci.appveyor.com/api/projects/status/mgva3bbawyma1new/branch/master?svg=true
- :target: https://ci.appveyor.com/project/davidhalter/jedi/branch/master
- :alt: Windows Tests
+.. image:: https://github.com/davidhalter/jedi/workflows/ci/badge.svg?branch=master
+ :target: https://github.com/davidhalter/jedi/actions
+ :alt: Tests
.. image:: https://coveralls.io/repos/davidhalter/jedi/badge.svg?branch=master
:target: https://coveralls.io/r/davidhalter/jedi
@@ -73,5 +69,4 @@ mailing list: https://groups.google.com/g/jedi-announce. To subscribe you can
simply send an empty email to ``jedi-announce+subscribe@googlegroups.com``.
- `Source Code on Github `_
-- `Travis Testing `_
- `Python Package Index `_