Skip to content

Commit 6d1e989

Browse files
committed
Remove Travis CI
1 parent 184269e commit 6d1e989

3 files changed

Lines changed: 0 additions & 26 deletions

File tree

.travis.yml

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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Supported Python versions](https://img.shields.io/pypi/pyversions/humanize.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/humanize/)
55
[![Documentation Status](https://readthedocs.org/projects/python-humanize/badge/?version=latest)](https://python-humanize.readthedocs.io/en/latest/?badge=latest)
66
[![PyPI downloads](https://img.shields.io/pypi/dm/humanize.svg)](https://pypistats.org/packages/humanize)
7-
[![Travis CI Status](https://travis-ci.com/hugovk/humanize.svg?branch=master)](https://travis-ci.com/hugovk/humanize)
87
[![GitHub Actions status](https://github.com/jmoiron/humanize/workflows/Test/badge.svg)](https://github.com/jmoiron/humanize/actions)
98
[![codecov](https://codecov.io/gh/hugovk/humanize/branch/master/graph/badge.svg)](https://codecov.io/gh/hugovk/humanize)
109
[![MIT License](https://img.shields.io/github/license/jmoiron/humanize.svg)](LICENCE)

RELEASING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Release Checklist
22

33
- [ ] Get master to the appropriate code release state.
4-
[Travis CI](https://travis-ci.org/hugovk/humanize) and
54
[GitHub Actions](https://github.com/jmoiron/humanize/actions) should be running
65
cleanly for all merges to master.
7-
[![Build Status](https://travis-ci.org/hugovk/humanize.svg?branch=master)](https://travis-ci.org/hugovk/humanize)
86
[![GitHub Actions status](https://github.com/jmoiron/humanize/workflows/Test/badge.svg)](https://github.com/jmoiron/humanize/actions)
97

108
* [ ] Start from a freshly cloned repo:

0 commit comments

Comments
 (0)