]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Switch from Travis CI to GitHub Actions
authorStephen Finucane <stephen@that.guru>
Fri, 19 Nov 2021 12:09:06 +0000 (12:09 +0000)
committerStephen Finucane <stephen@that.guru>
Fri, 19 Nov 2021 16:26:49 +0000 (16:26 +0000)
commit9933a170ed6f3036e64603105fbaee356393579a
tree4c09fb184e6b6c2a9fafeef9fbae3b425b76dae7
parent7e67aeb0b2ca686524b584d796e6ff3cfeabcddf
Switch from Travis CI to GitHub Actions

Travis has imposed quotas on builds that require us to contact them to
obtain OSS credits. The CI tool is irrelevant so long as builds do
happen, so switch to GitHub Actions for now. This is a little more
complicated that the switch for related projects like git-pw, given the
need for a database service. We may wish to investigate reusing some of
our own Docker files in the future but for now, this should do the
trick.

Signed-off-by: Stephen Finucane <stephen@that.guru>
.github/workflows/ci.yaml [new file with mode: 0644]
.travis.yml [deleted file]
README.rst
tox.ini