File 0585-Change-travis-to-github-actions-in-CONTRIBUTING.md.patch of Package erlang

From 040db6f3d72dd6cf4a66907ed1215b95abeb7221 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Mon, 12 Jul 2021 17:18:27 +0200
Subject: [PATCH] Change travis to github actions in CONTRIBUTING.md

---
 CONTRIBUTING.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 48c9d1153b..e7a69137c0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -97,7 +97,8 @@ but you should at least run the tests for the application you have changed.
 See [Running tests](https://github.com/erlang/otp/wiki/Running-tests).
 * Make sure the documentation builds and is according to the dtd. eg. `make xmllint` or `cd lib/stdlib/ && make xmllint`
 * Make sure no new dialyzer warnings have been added. eg. `make dialyzer` or `cd lib/stdlib/ && make dialyzer`
-* Make sure that travis passes, if you go to https://travis-ci.org/$YOUR_GITHUB_USER/otp/ you can enable travis builds for you otp fork.
+* Make sure that github actions passes, if you go to https://github.com/$YOUR_GITHUB_USER/otp/actions you can enable github actions builds for you otp fork.
+  * Note that this only builds Erlang/OTP, it does not run any tests.
 
 Make sure that your branch contains clean commits:
 
-- 
2.26.2

openSUSE Build Service is sponsored by