summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2020-11-11 23:04:04 +0000
committerAndreas Kling <kling@serenityos.org>2020-11-12 10:16:45 +0100
commit352e0196e1bdea59e0cba0a184fb06726f0206cd (patch)
tree2b5b4f6b09818451cb1aedd8df4cf956320f6e56 /CONTRIBUTING.md
parentb4434757928e8a69dc5b6926501e6a78abfbc9da (diff)
downloadserenity-352e0196e1bdea59e0cba0a184fb06726f0206cd.zip
Meta: s/Travis/GitHub Actions/ in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 56fc53794e..e58d47feec 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,7 +15,7 @@ Unlike many other software projects, SerenityOS is not concerned with gaining th
That said, please do file any bugs you find, keeping the following in mind:
* One issue per bug. Putting multiple things in the same issue makes both discussion and completion unnecessarily complicated.
-* No build issues (or other support requests.) If the Travis CI is green, the build problem is most likely on your side. Work it out locally, or ask on IRC.
+* No build issues (or other support requests). If the GitHub Actions CI build succeeds, the build problem is most likely on your side. Work it out locally, or ask on IRC.
## Feature policy