Commit 4ea9b3331f34f9ad39282627b1f94b44caa938b6

Authored by Dmitriy Zaporozhets
1 parent c0160d00

Change travis rake task

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/travis.rake
1 1 task :travis do
2   - ["spinach", "rspec spec"].each do |cmd|
  2 + ["rake spinach", "rake spec"].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
... ...