Skip to content

Commit

Permalink
essai
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Aug 18, 2016
1 parent 9d1ee95 commit 6d8d696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile.rb
Expand Up @@ -220,6 +220,7 @@ def verification_file(fn)
task :travis do
puts "Starting travis test..."
cmd="bundle exec rspec spec/test_all.rb"
cmd="rspec spec/test_all.rb"
system("export DISPLAY=:99.0 && #{cmd}")
system(cmd)
raise "rspec failed!" unless $?.exitstatus == 0
Expand Down

0 comments on commit 6d8d696

Please sign in to comment.