diff --git a/lib/tasks/travis.rake b/lib/tasks/travis.rake index 91e2f8e..f5c7ab9 100644 --- a/lib/tasks/travis.rake +++ b/lib/tasks/travis.rake @@ -1,5 +1,5 @@ task :travis do - ["rspec spec", "rake cuucmber"].each do |cmd| + ["rspec spec", "rake cucumber"].each do |cmd| puts "Starting to run #{cmd}..." system("export DISPLAY=:99.0 && bundle exec #{cmd}") raise "#{cmd} failed!" unless $?.exitstatus == 0 -- libgit2 0.21.2