summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ci/examples/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index 1cf41aea391..9bd46ea56d9 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -3,3 +3,7 @@
+ [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md)
+ [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md)
+ [Test a Clojure application](test-clojure-application.md)
+
+# Examples outside the documentation
+
++ [Test a java app](https://medium.com/@kaiwinter/javafx-and-code-coverage-on-gitlab-ci-29c690e03fd6#.7dqp79slr)