aboutsummaryrefslogtreecommitdiff
path: root/docs/fr
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-11-02 23:46:26 +0100
committerGravatar GitHub <noreply@github.com> 2021-11-02 23:46:26 +0100
commit0d31f89dd8519325ef8ed6efbe77eed4c452f62c (patch)
tree4a5896a092d65bea60e125a40b00515f12f7959d /docs/fr
parent530aa0bb3a445d445acb718628732ebea11fb914 (diff)
Remove remains of Travis (#3941)
* Remove remains of Travis Follow-up of https://github.com/FreshRSS/FreshRSS/pull/3920 * Update docs/en/developers/03_Running_tests.md Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Apply suggestions from code review Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexis Degrugillier <aledeg@users.noreply.github.com>
Diffstat (limited to 'docs/fr')
-rw-r--r--docs/fr/developers/03_Running_tests.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/fr/developers/03_Running_tests.md b/docs/fr/developers/03_Running_tests.md
index 90a4b72ef..6b465008a 100644
--- a/docs/fr/developers/03_Running_tests.md
+++ b/docs/fr/developers/03_Running_tests.md
@@ -24,12 +24,10 @@ you can run the command directly with:
NO_DOCKER=true make test
```
-## Travis
+## Intégration continue avec GitHub Actions
-Tests are automatically run when you open a pull request on GitHub. It is
-done with [Travis CI](https://travis-ci.org/FreshRSS/FreshRSS/). This is
-done to ensure there is no regressions in your code. We cannot merge a PR if
-the tests fail so we'll ask you to fix bugs before to review your code.
+Les tests sont lancés automatiquement dès que vous ouvrez une « pull request » sur GitHub.
+Ceux-ci sont lancés grace aux « [GitHub Actions](https://github.com/FreshRSS/FreshRSS/actions) ».
+Cette action est nécessaire pour s'assurer qu'aucune régression ne soit introduite dans le code. Nous n'accepterons aucune PR si les tests ne sont pas valides, nous vous demanderons donc de corriger tout ce qui doit l'être avant de commencer à relire votre code.
-If you're interested in, you can take a look at [the configuration
-file](https://github.com/FreshRSS/FreshRSS/blob/edge/.travis.yml).
+Si cela vous intéresse, vous pouvez étudier [le fichier de configuration](https://github.com/FreshRSS/FreshRSS/blob/edge/.github/workflows/tests.yml).