From 117912eddbb5ee5c53a7fd5f65f31e09fc266b41 Mon Sep 17 00:00:00 2001 From: vidyatestghe Date: Thu, 3 Dec 2015 12:14:40 +0530 Subject: [PATCH 1/8] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index ab546e8..99c30e4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,5 @@ language: ruby + rvm: - 1.9.3 env: From ab15780bf5b4f79fbaa9d723374c9712d0881caf Mon Sep 17 00:00:00 2001 From: vidyatestghe Date: Thu, 3 Dec 2015 12:17:36 +0530 Subject: [PATCH 2/8] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 99c30e4..477c5d7 100755 --- a/shippable.yml +++ b/shippable.yml @@ -15,9 +15,9 @@ before_install: services: - rabbitmq -notifications: - email: - - vidya@shippable.com +#notifications: + # email: + # - vidya@shippable.com #cache: true From 0e8e80d0f4ed9f5aad94c658784571afbde06cc6 Mon Sep 17 00:00:00 2001 From: vidyatestghe Date: Thu, 3 Dec 2015 12:45:41 +0530 Subject: [PATCH 3/8] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 477c5d7..99c30e4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -15,9 +15,9 @@ before_install: services: - rabbitmq -#notifications: - # email: - # - vidya@shippable.com +notifications: + email: + - vidya@shippable.com #cache: true From 5fd3b99ee0905dc8d723004f52b079927336716e Mon Sep 17 00:00:00 2001 From: vidyatestghe Date: Thu, 3 Dec 2015 13:00:17 +0530 Subject: [PATCH 4/8] Update bowling_spec.rb --- spec/bowling_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bowling_spec.rb b/spec/bowling_spec.rb index 64cad7d..aeac35c 100755 --- a/spec/bowling_spec.rb +++ b/spec/bowling_spec.rb @@ -5,6 +5,6 @@ it "returns pre for all gutter game" do bowling = Bowling.new bowling.hit - bowling.score.should eq("Hello World!") + bowling.score.should eq("Hello World2!") end end From 675b822e4bc633a2af3fdcb59f4b77753e1554ab Mon Sep 17 00:00:00 2001 From: vidyatestghe Date: Thu, 3 Dec 2015 15:26:49 +0530 Subject: [PATCH 5/8] Update bowling_spec.rb --- spec/bowling_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bowling_spec.rb b/spec/bowling_spec.rb index aeac35c..64cad7d 100755 --- a/spec/bowling_spec.rb +++ b/spec/bowling_spec.rb @@ -5,6 +5,6 @@ it "returns pre for all gutter game" do bowling = Bowling.new bowling.hit - bowling.score.should eq("Hello World2!") + bowling.score.should eq("Hello World!") end end From d8f866257147b6046cedf00883944018da1f4eb1 Mon Sep 17 00:00:00 2001 From: vidyatestghe Date: Thu, 3 Dec 2015 15:33:51 +0530 Subject: [PATCH 6/8] Update shippable.yml --- shippable.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 99c30e4..06198b5 100755 --- a/shippable.yml +++ b/shippable.yml @@ -17,9 +17,11 @@ services: notifications: email: - - vidya@shippable.com - - + recipients: + - vidya@shippable.com + # - exampletwo@org.com + on_success: always + on_failure: change #cache: true after_script: - cp README.md ./shippable From 22a4e7bc6c04d2d90a2e3db6b6be171584703041 Mon Sep 17 00:00:00 2001 From: vidyatestghe Date: Fri, 4 Dec 2015 11:56:36 +0530 Subject: [PATCH 7/8] Update shippable.yml --- shippable.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 06198b5..1e3ed58 100755 --- a/shippable.yml +++ b/shippable.yml @@ -12,6 +12,9 @@ before_install: #- source /home/shippable/.rvm/scripts/rvm #- source ~/.rvm/scripts/rvm && rvm use 1.9.3 - rvm use 2.0.0 + +archive: true + services: - rabbitmq @@ -19,7 +22,7 @@ notifications: email: recipients: - vidya@shippable.com - # - exampletwo@org.com + - exampletwo@org.com on_success: always on_failure: change #cache: true From 6a4afc287c69cfddecf6098ffac3a3ae8652e666 Mon Sep 17 00:00:00 2001 From: vidyatestghe Date: Fri, 4 Dec 2015 12:10:29 +0530 Subject: [PATCH 8/8] Update shippable.yml --- shippable.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 1e3ed58..f0eb27c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,7 +24,13 @@ notifications: - vidya@shippable.com - exampletwo@org.com on_success: always - on_failure: change + on_failure: change + irc: + #pull_requests: true + channels: + #- "chat.freenode.net#test-irc" + - "chat.freenode.net#testing2" + #cache: true after_script: - cp README.md ./shippable