Refer to example project in gitlab-examples group

This commit is contained in:
Jasper Denkers 2016-03-10 17:06:20 +01:00
parent ac4d753863
commit 707ca4bb91
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## Test a Scala application
This example demonstrates the integration of Gitlab CI with Scala applications using SBT. Checkout the example [project](https://gitlab.com/jasperdenkers/scala-sbt-sample-app) and [build status](https://gitlab.com/jasperdenkers/scala-sbt-sample-app/builds).
This example demonstrates the integration of Gitlab CI with Scala applications using SBT. Checkout the example [project](https://gitlab.com/gitlab-examples/scala-sbt) and [build status](https://gitlab.com/gitlab-examples/scala-sbt/builds).
### Add `.gitlab-ci.yml` file to project