Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: scala

scala:
- 2.11.0
- 2.10.2

addons:
Expand All @@ -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
Expand Down