fix ci run
This commit is contained in:
parent
6745a5e5c1
commit
8189082e4c
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
task :travis do
|
||||
["rspec spec"].each do |cmd|
|
||||
["rspec spec", "rake cuucmber"].each do |cmd|
|
||||
puts "Starting to run #{cmd}..."
|
||||
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
|
||||
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue