Sha256: 53f1322462f0cca534eeae7663366be8541329be02d6fe2fe0c98b55d9603f84
Contents?: true
Size: 527 Bytes
Versions: 2
Compression:
Stored size: 527 Bytes
Contents
#!/usr/bin/env rake begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' Bundler::GemHelper.install_tasks task :travis do puts "Starting to run app:jasmine:ci..." system("export DISPLAY=:99.0 && bundle exec rake app:jasmine:ci") raise "#{cmd} failed!" unless $?.exitstatus == 0 end task :jasmine => 'app:jasmine' task :default => :travis
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backbone-nested-attributes-0.4.0 | Rakefile |
backbone-nested-attributes-0.3.2 | Rakefile |