From 2265f3c9dbbc0e458314894d1cab6bd01dc1bb19 Mon Sep 17 00:00:00 2001 From: csharp Date: Thu, 25 Sep 2014 11:00:53 +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 92ca9b1..7c94f96 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,4 +9,4 @@ services: - rabbitmq notifications: email: - - vidya@shippable.com + - buildsampletest@gmail.com From b297a3a2664e00935a61e900f2c10bc025460eb2 Mon Sep 17 00:00:00 2001 From: csharp Date: Thu, 25 Sep 2014 11:01:17 +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 7c94f96..68f592b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,7 @@ language: ruby rvm: - - 1.9.3 + - 1.8.7 env: - CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage From 7629040372f13e8f500dfb164d38e4ce0dd0adc2 Mon Sep 17 00:00:00 2001 From: csharp Date: Thu, 25 Sep 2014 11:06:30 +0530 Subject: [PATCH 3/5] Update shippable.yml --- shippable.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 68f592b..ca67a09 100755 --- a/shippable.yml +++ b/shippable.yml @@ -7,6 +7,12 @@ env: services: - rabbitmq + + notifications: - email: - - buildsampletest@gmail.com + email: + recipients: + - buildsampletest@gmail.com + - vidya@shippable.com + on_success: always + on_failure: always From ab96944e49faa3b8fcefcb3a9f82b34a9e94e5d4 Mon Sep 17 00:00:00 2001 From: csharp Date: Thu, 9 Oct 2014 11:10:09 +0530 Subject: [PATCH 4/5] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index ca67a09..dfe5d66 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,9 +2,11 @@ language: ruby rvm: - 1.8.7 + - 1.9.3 env: - CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage + services: - rabbitmq From 9dab515e45c75685c456e0855ca8cddc3c005292 Mon Sep 17 00:00:00 2001 From: csharp Date: Thu, 9 Oct 2014 11:11:16 +0530 Subject: [PATCH 5/5] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index dfe5d66..63343fb 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,7 @@ language: ruby rvm: - - 1.8.7 + # - 1.8.7 - 1.9.3 env: - CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage @@ -15,6 +15,6 @@ notifications: email: recipients: - buildsampletest@gmail.com - - vidya@shippable.com + - vidya@shippable.com on_success: always on_failure: always