Skip to content

Commit

Permalink
The cukes ran fine on travis for 1.9.2! Let's build them on 1.8.7 as …
Browse files Browse the repository at this point in the history
…well.
  • Loading branch information
myronmarston committed Aug 20, 2011
1 parent f6c2ffc commit cbf203c
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

ci_tasks = [:setup, :spec]
ci_tasks << :cucumber if RUBY_VERSION == '1.9.2' && RUBY_ENGINE == 'ruby'
ci_tasks << :cucumber if %w[ 1.8.7 1.9.2 ].include?(RUBY_VERSION) && (!defined?(RUBY_ENGINE) || RUBY_ENGINE == 'ruby')
desc "Run a ci build"
task :build => ci_tasks
end
Expand Down

0 comments on commit cbf203c

Please sign in to comment.