summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2016-02-17 08:28:41 -0800
committerSytse Sijbrandij <sytse@gitlab.com>2016-02-17 08:28:41 -0800
commit550c260edbb8b8d19a19ac539b303942acd04f31 (patch)
tree60f8ee1263dfe0012c95fcd1cc07cfd1d5c94ea9
parentbe4cdd93449e220237c7eaa9527203a5c5433da9 (diff)
downloadgitlab-ce-550c260edbb8b8d19a19ac539b303942acd04f31.tar.gz
Add java example
-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)