From 9e75d289b4ad1a853d3c771eb7cb36712602fef6 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Mon, 15 Aug 2011 22:50:38 -0700 Subject: [PATCH] Remove cukes from travis build. They are very slow and may have been the source of previous travis issues. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 38385735..57f90932 100644 --- a/Rakefile +++ b/Rakefile @@ -44,7 +44,7 @@ namespace :ci do end desc "Run a ci build" - task :build => [:setup, :spec, :cucumber] + task :build => [:setup, :spec] end def ensure_relish_doc_symlinked(filename)