Skip to content

Commit

Permalink
Remove Travis CI from code
Browse files Browse the repository at this point in the history
  • Loading branch information
ayalash committed Jun 11, 2023
1 parent 7744063 commit d76a877
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include MANIFEST.in tests/* tox.ini travis_build.py .pylintrc
include MANIFEST.in tests/* tox.ini .pylintrc
2 changes: 1 addition & 1 deletion bors.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
timeout-sec = 14400
delete_merged_branches = true
status = [
"continuous-integration/travis-ci/push"
"ci"
]
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
'github_repo': 'slash',
'github_button': True,
'github_banner': True,
'travis_button': 'getslash/slash',
'analytics_id': 'UA-62537825-1',
'extra_nav_links': {
'Slash Website': 'http://getslash.github.io',
Expand Down
2 changes: 1 addition & 1 deletion doc/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Development

Slash tries to bring a lot of features to the first releases. For starters, the very first usable version (0.0.1) aims at providing basic running support and most of the groundwork needed for the following milestones.

All changes are checked against `Travis <http://travis-ci.org>`_. Before committing you should test against supported versions using ``tox``, as it runs the same job being run by travis. For more information on Slash's internal unit tests see :ref:`unit_testing`.
All changes are checked against Github Actions CI. Before committing you should test against supported versions using ``tox``, as it runs the same job being run by the CI. For more information on Slash's internal unit tests see :ref:`unit_testing`.

Development takes place on `github <https://github.com/vmalloc/slash>`_. Feel free to open issues or pull requests, as a lot of the project's success depends on your feedback!

Expand Down

0 comments on commit d76a877

Please sign in to comment.