Docker image for continuous sbt-scala integration testing. Coursier sbt plugin is included for faster artefacts fetching.
Available versions: sbt 0.13.12 scala 2.11.8 (latest)
- install docker
- run
docker run -it --rm zifeo/sbt-scala
- or build from this sources
docker build github.com/zifeo/docker-sbt-scala
image: zifeo/sbt-scala:latest
project:
script:
- sbt clean test
Forked from scala-sbt under the Apache 2.0 License with updated versions and inclusions.