From 24d14f297f72cbdfd4b2b93e2ab7986d5854a1c5 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 15 Jan 2021 16:53:02 +0100 Subject: CONTRIBUTING.md: drop one last mention of Travis CI --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bda004df..33c51033 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -326,9 +326,9 @@ it resides in Git, is actually generated from the official Swagger/OpenAPI definition files. If you're unhappy with something in there and want to improve the code, you have to understand the way these files are produced and setup some additional tooling. The shortest possible procedure resembling -the below text can be found in .travis.yml (our CI configuration actually -regenerates those files upon every build). As described below, there is also -a handy build target for CMake. +the below text can be found in .github/workflows/ci.yml (our CI configuration +actually regenerates those files upon every build). As described below, there +is also a handy build target for CMake. #### Why generate the code at all? Because otherwise we have to do monkey business of writing boilerplate code, -- cgit v1.2.3