From c13ede33d3c26a9adca33b3dac314e4f9d545f96 Mon Sep 17 00:00:00 2001 From: csharp Date: Fri, 10 Oct 2014 14:34:20 +0530 Subject: [PATCH 1/5] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index afff8c8..0a3f93a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -20,4 +20,4 @@ after_script: notifications: email: - vidya@shippable.com -#cache: true +cache: true From 0db14b6821221c64728e192f9ac16022ed38660b Mon Sep 17 00:00:00 2001 From: csharp Date: Fri, 10 Oct 2014 14:37:15 +0530 Subject: [PATCH 2/5] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 0a3f93a..afff8c8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -20,4 +20,4 @@ after_script: notifications: email: - vidya@shippable.com -cache: true +#cache: true From 6681da9cb003618a3d9bfba6dd7426a5c789bbac Mon Sep 17 00:00:00 2001 From: csharp Date: Fri, 10 Oct 2014 15:13:12 +0530 Subject: [PATCH 3/5] Update shippable.yml --- shippable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index afff8c8..63fa2dd 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,7 @@ language: scala scala: - - 2.10.2 + - 2.11.0 addons: postgresql: "9.3" @@ -13,10 +13,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 From 511ceb8deb6c97ba1b0115d154b9b676cdd9fef3 Mon Sep 17 00:00:00 2001 From: csharp Date: Fri, 10 Oct 2014 15:21:08 +0530 Subject: [PATCH 4/5] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 63fa2dd..27a04ec 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,7 @@ language: scala scala: - 2.11.0 + - 2.10.2 addons: postgresql: "9.3" From 8694c6ee0c39182b7602b236988bb5edca3667f0 Mon Sep 17 00:00:00 2001 From: csharp Date: Fri, 10 Oct 2014 15:21:34 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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