RAKE jasmine:ci. Duh.
This commit is contained in:
parent
024574534b
commit
4f11b75ed1
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace :cruise do
|
||||||
end
|
end
|
||||||
|
|
||||||
task :travis do
|
task :travis do
|
||||||
["rspec spec", "rake cucumber", "jasmine:ci"].each do |cmd|
|
["rspec spec", "rake cucumber", "rake jasmine:ci"].each do |cmd|
|
||||||
puts "Starting to run #{cmd}..."
|
puts "Starting to run #{cmd}..."
|
||||||
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
|
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
|
||||||
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue