Put a bit more messaging so we can see where the rspec double run is coming from.
This commit is contained in:
parent
984061cb80
commit
45ffd99c11
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ namespace :cruise do
|
|||
|
||||
task :travis do
|
||||
["rspec spec", "rake cucumber", "jasmine:ci"].each do |cmd|
|
||||
puts "Starting to run #{cmd}..."
|
||||
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
|
||||
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue