diff --git a/MANIFEST.in b/MANIFEST.in index 14124128..990c7c00 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include MANIFEST.in tests/* tox.ini travis_build.py .pylintrc \ No newline at end of file +include MANIFEST.in tests/* tox.ini .pylintrc diff --git a/bors.toml b/bors.toml index 1658139d..26219a0e 100644 --- a/bors.toml +++ b/bors.toml @@ -1,5 +1,5 @@ timeout-sec = 14400 delete_merged_branches = true status = [ - "continuous-integration/travis-ci/push" + "ci" ] diff --git a/doc/conf.py b/doc/conf.py index 683f0470..cd2fc0fe 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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', diff --git a/doc/development.rst b/doc/development.rst index 91dfc76d..6d04f5c0 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -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 `_. 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 `_. Feel free to open issues or pull requests, as a lot of the project's success depends on your feedback!