Let's try a trace on travis and see if it tells us anything useful.
This commit is contained in:
parent
d1044298d4
commit
c2b22569b0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ namespace :ci do
|
|||
else
|
||||
["rake generate_fixtures", "rake spec"].each do |cmd|
|
||||
puts "Running bundle exec #{cmd}..."
|
||||
system("bundle exec #{cmd}")
|
||||
system("bundle exec #{cmd} --trace")
|
||||
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue