Skip to content

Commit

Permalink
Remove cukes from travis build.
Browse files Browse the repository at this point in the history
They are very slow and may have been the source of previous travis issues.
  • Loading branch information
myronmarston committed Aug 16, 2011
1 parent bb78d8d commit 9e75d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9e75d28

Please sign in to comment.