Commit 60db88ad authored by randx's avatar randx

Lets change how cucumber run on travis

parent cd3f55a3
task :travis do
["bundle exec rake cucumber", "bundle exec rspec spec"].each do |cmd|
["cucumber", "rspec spec"].each do |cmd|
puts "Starting to run #{cmd}..."
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
raise "#{cmd} failed!" unless $?.exitstatus == 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment