Commit 67f445afea81a3581e67d67a6c225868719da755

Authored by randx
1 parent 8189082e

fixed type

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/travis.rake
1 1 task :travis do
2   - ["rspec spec", "rake cuucmber"].each do |cmd|
  2 + ["rspec spec", "rake cucumber"].each do |cmd|
3 3 puts "Starting to run #{cmd}..."
4 4 system("export DISPLAY=:99.0 && bundle exec #{cmd}")
5 5 raise "#{cmd} failed!" unless $?.exitstatus == 0
... ...