CI: How to create the CI configuration for plugins -> Travis
diff --git a/continuous-integration.md b/continuous-integration.md
new file mode 100644
index 0000000..fa8c461
--- /dev/null
+++ b/continuous-integration.md
@@ -0,0 +1,22 @@
+# Continuous Integration
+
+Apache Cordova uses Continuous Integration to run [tests](testing.md) and other checks for all our software. TODO
+
+## Tooling
+
+TODO
+
+## Platforms
+
+TODO
+
+## Plugins
+
+### How to create the CI configuration for plugins
+
+- Travis CI
+  - Take the `travis.yml` from [cordova-paramedic](https://github.com/apache/cordova-paramedic) and copy it to the plugin repository
+  - Adapt the repository specific `addons.jwt.secure` key to what was in `travis.yml` before
+  - Done.
+- AppVeyor
+  - TODO