Commit 60db88ad347a40a95d3004c69c3f00e215f8472c

Authored by randx
1 parent cd3f55a3

Lets change how cucumber run on travis

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