Skip to content

Commit c761723

Browse files
authored
chore(ci): remove Travis CI (#309)
We've been out of credits for 8 months with no builds triggered on Travis CI. This leaves PR untested for alternative architectures (well, they've been untested for 8 months already). We can just rely on GHA scheduled builds for those architectures. Tags are also built using GHA for those architectures.
1 parent 786b740 commit c761723

File tree

4 files changed

+9
-50
lines changed

4 files changed

+9
-50
lines changed

.travis.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

CONTRIBUTING.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ Before you submit a pull request, check that it meets these guidelines:
102102
your new functionality into a function with a docstring, and add the
103103
feature to the list in `README.rst`.
104104

105-
3. The pull request should work for Python 2.7, and 3.5+.
105+
3. The pull request should work for Python 2.7, and 3.6+.
106106
Check `GitHub Actions https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml`_
107-
and `TravisCi <https://travis-ci.org/scikit-build/cmake-python-distributions/pull_requests>`_
108107
and make sure that the tests pass for all supported Python versions.
109108

110109

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Build Status
3030

3131
.. table::
3232

33-
+---------------+--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+
34-
| | GitHub Actions (Windows, macOS, Linux) | Travis CI (alternative archs) |
35-
+===============+==============================================================================================================+=============================================================================================+
36-
| PyPI | .. image:: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml/badge.svg | .. image:: https://travis-ci.com/scikit-build/cmake-python-distributions.svg?branch=master |
37-
| | :target: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml | :target: https://travis-ci.com/github/scikit-build/cmake-python-distributions |
38-
+---------------+--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+
33+
+---------------+--------------------------------------------------------------------------------------------------------------+
34+
| | GitHub Actions (Windows, macOS, Linux) |
35+
+===============+==============================================================================================================+
36+
| PyPI | .. image:: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml/badge.svg |
37+
| | :target: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml |
38+
+---------------+--------------------------------------------------------------------------------------------------------------+
3939

4040
Platforms
4141
---------

docs/make_a_release.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is usually done after :ref:`updating_cmake_version`.
1313
Prerequisites
1414
-------------
1515

16-
* All CI tests are passing on `GitHub Actions`_ and `Travis CI`_ (if credits are available).
16+
* All CI tests are passing on `GitHub Actions`_.
1717

1818
* You have a `GPG signing key <https://help.github.com/articles/generating-a-new-gpg-key/>`_.
1919

@@ -36,7 +36,7 @@ means that ``echo "Hello"`` should be copied and evaluated in the terminal.
3636
`PyPI`_: Step-by-step
3737
---------------------
3838

39-
1. Make sure that all CI tests are passing on `GitHub Actions`_ and `Travis CI`_ (if credits are available).
39+
1. Make sure that all CI tests are passing on `GitHub Actions`_.
4040

4141

4242
2. Download the latest sources
@@ -127,6 +127,5 @@ means that ``echo "Hello"`` should be copied and evaluated in the terminal.
127127

128128

129129
.. _GitHub Actions: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml
130-
.. _Travis CI: https://travis-ci.org/scikit-build/cmake-python-distributions/pull_requests
131130

132131
.. _PyPI: https://pypi.org/project/cmake

0 commit comments

Comments
 (0)