Skip to content
Snippets Groups Projects
Commit 67f445af authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fixed type

parent 8189082e
No related branches found
No related tags found
1 merge request!932Cucumber
task :travis do
["rspec spec", "rake cuucmber"].each do |cmd|
["rspec spec", "rake cucumber"].each do |cmd|
puts "Starting to run #{cmd}..."
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
raise "#{cmd} failed!" unless $?.exitstatus == 0
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment