aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2021-01-15 16:53:02 +0100
committerKitsune Ral <Kitsune-Ral@users.sf.net>2021-01-15 16:53:02 +0100
commit24d14f297f72cbdfd4b2b93e2ab7986d5854a1c5 (patch)
treee2ca3891da06f2adc8024c632896e9fb7ac46180 /CONTRIBUTING.md
parentddbcacdce5e69fa7cbcaa891540da2815451b6ce (diff)
downloadlibquotient-24d14f297f72cbdfd4b2b93e2ab7986d5854a1c5.tar.gz
libquotient-24d14f297f72cbdfd4b2b93e2ab7986d5854a1c5.zip
CONTRIBUTING.md: drop one last mention of Travis CI
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files 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,