Run all specs on travis. Also, add 1.9.2 run.

This commit is contained in:
Sarah Mei 2011-09-03 14:24:48 -07:00
parent 14324aecc2
commit 0a3f353f6a
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
bundler_args: "--without development production"
rvm:
- ree
- 1.9.2
before_script:
- "sudo aptitude -y install firefox"

View file

@ -21,7 +21,7 @@ namespace :cruise do
end
task :travis do
system('export DISPLAY=:99.0 && CI=true bundle exec cucumber')
system('export DISPLAY=:99.0 && CI=true bundle exec rake')
raise "tests failed!" unless $?.exitstatus == 0
end
end