Commit 9169c7e8 authored by Jasper Denkers's avatar Jasper Denkers

Add Java 8 image to Scala CI instructions

parent 707ca4bb
......@@ -7,6 +7,8 @@ This example demonstrates the integration of Gitlab CI with Scala applications u
The following `.gitlab-ci.yml` should be added in the root of your repository to trigger CI:
```yaml
image: java:8
before_script:
# Install SBT
- echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment