summaryrefslogtreecommitdiff
path: root/doc/ci/examples/README.md
diff options
context:
space:
mode:
authorJasper Denkers <git@jasperdenkers.com>2016-02-26 12:31:35 +0100
committerJasper Denkers <git@jasperdenkers.com>2016-03-18 09:52:56 +0100
commitac4d753863e32a3f1da2d073983e418d88401e67 (patch)
tree4bdfcb09ce01faf0764840f2de3d339cc8da90b0 /doc/ci/examples/README.md
parent8edb133f7b03f182051482e62fd299a1f2083de8 (diff)
downloadgitlab-ce-ac4d753863e32a3f1da2d073983e418d88401e67.tar.gz
Added CI example for Scala and SBT
Added CI test coverage parse regex for scoverage
Diffstat (limited to 'doc/ci/examples/README.md')
-rw-r--r--doc/ci/examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index cc059dc4376..20eeaad3fa3 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -4,6 +4,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)
+- [Test a Scala application](test-scala-application.md)
- [Using `dpl` as deployment tool](deployment/README.md)
- Help your favorite programming language and GitLab by sending a merge request
with a guide for that language.