Add Java 8 image to Scala CI instructions
This commit is contained in:
parent
707ca4bb91
commit
9169c7e81f
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
The following `.gitlab-ci.yml` should be added in the root of your repository to trigger CI:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
image: java:8
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Install SBT
|
# Install SBT
|
||||||
- echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
|
- echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
|
||||||
|
|
Loading…
Reference in a new issue