From 622027c82d402a4979f6f8d4e0266495247e506f Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Wed, 28 Mar 2012 17:10:55 +0300 Subject: [PATCH 1/3] configure the start hook --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a46f81..5cff2c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ notifications: channels: "irc.freenode.org#travisstaging" template: "(STAGING) %{repository_url} (%{commit}) %{build_url} : %{message}" webhooks: - - http://www.postbin.org/1cig81y + urls: http://www.postbin.org/1cig81y + on_start: always \ No newline at end of file From fa4239f8fa58b454aa23814a6fa74923621fd6ef Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Fri, 30 Mar 2012 12:44:40 +0300 Subject: [PATCH 2/3] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5cff2c5..cfa0bb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ notifications: template: "(STAGING) %{repository_url} (%{commit}) %{build_url} : %{message}" webhooks: urls: http://www.postbin.org/1cig81y - on_start: always \ No newline at end of file + # on_start: always \ No newline at end of file From ee644876520685ea3ce144bc8449c1155cee56b4 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Tue, 10 Apr 2012 19:00:13 +0300 Subject: [PATCH 3/3] Update Rakefile --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0835c08..0f08d7b 100644 --- a/Rakefile +++ b/Rakefile @@ -4,9 +4,10 @@ task :test do 1.upto 100 do sleep(0.01) putc '.' + puts 'rake is not part of the bundle' $stdout.flush end - exit 0 + exit 1 end task :default => :test