From bbc791c264858fb3d3ac28252bc1d084f93aef97 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sat, 14 Apr 2012 19:41:24 +0300 Subject: [PATCH 1/8] OMG --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2781aab..2090652 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :test do 1.upto(100) do sleep(0.01) - putc '.' + print 'OMG' $stdout.flush end # foo! From 710fd21dc1937c136299d0ae4a90a859e62aea37 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 15 Apr 2012 14:22:42 +0300 Subject: [PATCH 2/8] OMG? --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2090652..b9221fb 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :test do 1.upto(100) do sleep(0.01) - print 'OMG' + print 'OMG?' $stdout.flush end # foo! From 49dbccef2445d9afce6695a730b47517924aa361 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 15 Apr 2012 14:23:44 +0300 Subject: [PATCH 3/8] OMG! --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b9221fb..76411b9 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :test do 1.upto(100) do sleep(0.01) - print 'OMG?' + print 'OMG!' $stdout.flush end # foo! From f0b6cecd265c717e081e12f1cf4b0577fb1f98df Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 15 Apr 2012 14:26:54 +0300 Subject: [PATCH 4/8] ?!? --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 76411b9..46fe699 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :test do 1.upto(100) do sleep(0.01) - print 'OMG!' + print 'OMG!?!' $stdout.flush end # foo! From 7c98cd92f56b160f870d513516c5545cab3f1477 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 15 Apr 2012 16:44:19 +0300 Subject: [PATCH 5/8] I do <3 Travis --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 46fe699..22e13c0 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :test do 1.upto(100) do sleep(0.01) - print 'OMG!?!' + print 'I<3Travis' $stdout.flush end # foo! From ad3b38d6a5925acc860ce799f414d141b4507cbf Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 15 Apr 2012 16:44:57 +0300 Subject: [PATCH 6/8] LOTS --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 22e13c0..599a2de 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :test do 1.upto(100) do sleep(0.01) - print 'I<3Travis' + print 'I<3TravisLOTS' $stdout.flush end # foo! From be2827a33b5d920d89bcad445784cadff1c89e3e Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 15 Apr 2012 19:20:33 +0300 Subject: [PATCH 7/8] MOAR --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 599a2de..4df14be 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :test do 1.upto(100) do sleep(0.01) - print 'I<3TravisLOTS' + print 'MOAR NOTIFICATIONS...' $stdout.flush end # foo! From c646c4bee087d4b3be9d215edb8af7f1868d6e72 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 15 Apr 2012 19:21:18 +0300 Subject: [PATCH 8/8] break things --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 4df14be..f970498 100644 --- a/Rakefile +++ b/Rakefile @@ -13,7 +13,7 @@ task :test do $stdout.flush end # foo! - exit 0 + exit 1 end task :default => :test