try running jammit explicitly before jasmine
This commit is contained in:
parent
f141537d0d
commit
5425d405d8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace :ci do
|
||||||
system("bundle exec #{cmd}")
|
system("bundle exec #{cmd}")
|
||||||
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
||||||
end
|
end
|
||||||
["rake jasmine:ci", "rake cucumber"].each do |cmd|
|
['jammit', "rake jasmine:ci", "rake cucumber"].each do |cmd|
|
||||||
puts "Running bundle exec #{cmd}..."
|
puts "Running bundle exec #{cmd}..."
|
||||||
system("export DISPLAY=:99.0 && GROUP=oauth bundle exec #{cmd}")
|
system("export DISPLAY=:99.0 && GROUP=oauth bundle exec #{cmd}")
|
||||||
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue