diff --git a/README.md b/README.md index 5a1e7e8..5067dc1 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Scala Sample with PostgreSQL ================= + Build sample for Scala with PostgreSQL using PostgreSQL-Async, JUnit for unit tests and Scoverage for code coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform. +TESt diff --git a/shippable.yml b/shippable.yml index afff8c8..27a04ec 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,7 @@ language: scala scala: + - 2.11.0 - 2.10.2 addons: @@ -13,10 +14,12 @@ script: - export SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M" - sbt clean scoverage:test + after_script: - mkdir -p shippable/codecoverage - mv target/scala-2.10/coverage-report/cobertura.xml shippable/codecoverage/ + notifications: email: - vidya@shippable.com