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