Skip to content

Commit

Permalink
Updated travis config so it uses cukes as well. Also updated over-eager
Browse files Browse the repository at this point in the history
Rake testtask...
  • Loading branch information
colszowka committed Aug 1, 2011
1 parent e76dac2 commit de08e2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
script: "bundle exec rake test"
script: "bundle exec rake test && bundle exec cucumber features"
rvm:
# - 1.8.6 # Has trouble with rake 0.9+ :(
- 1.8.7
- 1.9.2-p180
- 1.9.2
- 1.9.3-preview1
- ree
# - ruby-head # Too unstable, leads to unpredictable results
- rbx
- jruby
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundler::GemHelper.install_tasks
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/test_*.rb'
test.pattern = 'test/test_*.rb'
test.verbose = true
end

Expand Down

0 comments on commit de08e2a

Please sign in to comment.