Skip to content

Commit 85c5529

Browse files
committed
Goodbye Travis CI
1 parent 865a23a commit 85c5529

10 files changed

Lines changed: 2 additions & 78 deletions

File tree

.github/workflows/test-cygwin.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88
- ".github/workflows/docs.yml"
99
- ".github/workflows/wheels*"
1010
- ".gitmodules"
11-
- ".travis.yml"
1211
- "docs/**"
1312
- "wheels/**"
1413
pull_request:
1514
paths-ignore:
1615
- ".github/workflows/docs.yml"
1716
- ".github/workflows/wheels*"
1817
- ".gitmodules"
19-
- ".travis.yml"
2018
- "docs/**"
2119
- "wheels/**"
2220
workflow_dispatch:

.github/workflows/test-docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88
- ".github/workflows/docs.yml"
99
- ".github/workflows/wheels*"
1010
- ".gitmodules"
11-
- ".travis.yml"
1211
- "docs/**"
1312
- "wheels/**"
1413
pull_request:
1514
paths-ignore:
1615
- ".github/workflows/docs.yml"
1716
- ".github/workflows/wheels*"
1817
- ".gitmodules"
19-
- ".travis.yml"
2018
- "docs/**"
2119
- "wheels/**"
2220
workflow_dispatch:

.github/workflows/test-mingw.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88
- ".github/workflows/docs.yml"
99
- ".github/workflows/wheels*"
1010
- ".gitmodules"
11-
- ".travis.yml"
1211
- "docs/**"
1312
- "wheels/**"
1413
pull_request:
1514
paths-ignore:
1615
- ".github/workflows/docs.yml"
1716
- ".github/workflows/wheels*"
1817
- ".gitmodules"
19-
- ".travis.yml"
2018
- "docs/**"
2119
- "wheels/**"
2220
workflow_dispatch:

.github/workflows/test-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ on:
66
- ".github/workflows/docs.yml"
77
- ".github/workflows/wheels*"
88
- ".gitmodules"
9-
- ".travis.yml"
109
- "docs/**"
1110
- "wheels/**"
1211
pull_request:
1312
paths-ignore:
1413
- ".github/workflows/docs.yml"
1514
- ".github/workflows/wheels*"
1615
- ".gitmodules"
17-
- ".travis.yml"
1816
- "docs/**"
1917
- "wheels/**"
2018
workflow_dispatch:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88
- ".github/workflows/docs.yml"
99
- ".github/workflows/wheels*"
1010
- ".gitmodules"
11-
- ".travis.yml"
1211
- "docs/**"
1312
- "wheels/**"
1413
pull_request:
1514
paths-ignore:
1615
- ".github/workflows/docs.yml"
1716
- ".github/workflows/wheels*"
1817
- ".gitmodules"
19-
- ".travis.yml"
2018
- "docs/**"
2119
- "wheels/**"
2220
workflow_dispatch:

.travis.yml

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

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ As of 2019, Pillow development is
4848
<a href="https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml"><img
4949
alt="GitHub Actions build status (Wheels)"
5050
src="https://github.com/python-pillow/Pillow/workflows/Wheels/badge.svg"></a>
51-
<a href="https://app.travis-ci.com/github/python-pillow/Pillow"><img
52-
alt="Travis CI wheels build status (aarch64)"
53-
src="https://img.shields.io/travis/com/python-pillow/Pillow/main.svg?label=aarch64%20wheels"></a>
5451
<a href="https://app.codecov.io/gh/python-pillow/Pillow"><img
5552
alt="Code coverage"
5653
src="https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg"></a>

RELEASING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
1010
* [ ] Open a release ticket e.g. https://github.com/python-pillow/Pillow/issues/3154
1111
* [ ] Develop and prepare release in `main` branch.
1212
* [ ] Check [GitHub Actions](https://github.com/python-pillow/Pillow/actions) and [AppVeyor](https://ci.appveyor.com/project/python-pillow/Pillow) to confirm passing tests in `main` branch.
13-
* [ ] Check that all of the wheel builds pass the tests in the [GitHub Actions "Wheels" workflow](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml) and [Travis CI](https://app.travis-ci.com/github/python-pillow/pillow) jobs by manually triggering them.
13+
* [ ] Check that all the wheel builds pass the tests in the [GitHub Actions "Wheels" workflow](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml) jobs by manually triggering them.
1414
* [ ] In compliance with [PEP 440](https://peps.python.org/pep-0440/), update version identifier in `src/PIL/_version.py`
1515
* [ ] Update `CHANGES.rst`.
1616
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo.
@@ -83,12 +83,6 @@ Released as needed privately to individual vendors for critical security-related
8383
* [ ] Check the [GitHub Actions "Wheels" workflow](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml)
8484
has passed, including the "Upload release to PyPI" job. This will have been triggered
8585
by the new tag.
86-
* [ ] Download the Linux aarch64 wheels created by Travis CI from [GitHub releases](https://github.com/python-pillow/Pillow/releases)
87-
and copy into `dist`. Check and upload them e.g.:
88-
```bash
89-
python3 -m twine check --strict dist/*
90-
python3 -m twine upload dist/pillow-5.2.0*
91-
```
9286

9387
## Publicize Release
9488

docs/about.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ Goals
66

77
The fork author's goal is to foster and support active development of PIL through:
88

9-
- Continuous integration testing via `GitHub Actions`_, `AppVeyor`_ and `Travis CI`_
9+
- Continuous integration testing via `GitHub Actions`_ and `AppVeyor`_
1010
- Publicized development activity on `GitHub`_
1111
- Regular releases to the `Python Package Index`_
1212

1313
.. _GitHub Actions: https://github.com/python-pillow/Pillow/actions
1414
.. _AppVeyor: https://ci.appveyor.com/project/Python-pillow/pillow
15-
.. _Travis CI: https://app.travis-ci.com/github/python-pillow/Pillow
1615
.. _GitHub: https://github.com/python-pillow/Pillow
1716
.. _Python Package Index: https://pypi.org/project/Pillow/
1817

docs/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ Pillow for enterprise is available via the Tidelift Subscription. `Learn more <h
4141
:target: https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml
4242
:alt: GitHub Actions build status (Wheels)
4343

44-
.. image:: https://img.shields.io/travis/com/python-pillow/Pillow/main.svg?label=aarch64%20wheels
45-
:target: https://app.travis-ci.com/github/python-pillow/Pillow
46-
:alt: Travis CI wheels build status (aarch64)
47-
4844
.. image:: https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg
4945
:target: https://app.codecov.io/gh/python-pillow/Pillow
5046
:alt: Code coverage

0 commit comments

Comments
 (0)