Add Java 8 image to Scala CI instructions

This commit is contained in:
Jasper Denkers 2016-03-10 17:32:37 +01:00
parent 707ca4bb91
commit 9169c7e81f
1 changed files with 2 additions and 0 deletions

View File

@ -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