Skip to content

Commit 0c3e173

Browse files
committed
travis: Remove .travis.yml and translate/remove references to Travis.
CI has been moved fully over to GitHub Actions, so remove the duplicate badge, update README text (and small comment) and ultimately remove the Travis configuration file.
1 parent 0baaabc commit 0c3e173

File tree

3 files changed

+2
-53
lines changed

3 files changed

+2
-53
lines changed

.travis.yml

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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.zulip.org/#narrow/stream/206-zulip-terminal)
66
[![PyPI](https://img.shields.io/pypi/v/zulip-term.svg)](https://pypi.python.org/pypi/zulip-term)
77
[![Python Versions](https://img.shields.io/pypi/pyversions/zulip-term.svg)](https://pypi.python.org/pypi/zulip-term)
8-
[![Travis Build Status](https://travis-ci.com/zulip/zulip-terminal.svg?branch=master)](https://travis-ci.com/github/zulip/zulip-terminal)
98
[![GitHub Actions - Linting & tests](https://github.com/zulip/zulip-terminal/workflows/Linting%20%26%20tests/badge.svg?branch=master)](https://github.com/zulip/zulip-terminal/actions?query=workflow%3A%22Linting+%26+tests%22+branch%3Amaster)
109
[![Coverage status](https://img.shields.io/codecov/c/github/zulip/zulip-terminal/master.svg)](https://app.codecov.io/gh/zulip/zulip-terminal/branch/master)
1110
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
@@ -319,7 +318,7 @@ Once you have a development environment set up, you might find the following use
319318

320319
If using make with pip, running `make` will ensure the development environment is up to date with the specified dependencies, useful after fetching from git and rebasing.
321320

322-
NOTE: The linters and pytest are run in CI (travis) when you submit a pull request (PR), and we expect them to pass before code is merged. Running them locally can speed your development time, but if you have troubles understanding why the linters or pytest are failing, please do push your code to a branch/PR and we can discuss the problems in the PR or on chat.zulip.org.
321+
NOTE: The linters and pytest are run in CI (GitHub Actions) when you submit a pull request (PR), and we expect them to pass before code is merged. Running them locally can speed your development time, but if you have troubles understanding why the linters or pytest are failing, please do push your code to a branch/PR and we can discuss the problems in the PR or on chat.zulip.org.
323322

324323
If using make with pip, there are corresponding make targets for running linting and testing if you wish to use them (`make lint` & `make test`), and before pushing a pull-request (PR) ready for merging you may find it useful to ensure that `make check` runs successfully (which runs both).
325324

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ force_grid_wrap=0
1818
use_parentheses=True
1919
# For compatibility with 'black' we'd want to set this consistently
2020
line_length=79
21-
# We run this in Travis on the lowest python version, and this should keep valid syntax
21+
# We run this in CI on the lowest python version, and this should keep valid syntax
2222
atomic=True
2323
# This ensures compatibility with pytest-pep8
2424
lines_after_imports=2

0 commit comments

Comments
 (0)