Sha256: 26db7083d99c48681ff55407f93c40c99097a4ab68fbd5898a96670bced0d0bd

Contents?: true

Size: 147 Bytes

Versions: 8

Compression:

Stored size: 147 Bytes

Contents

namespace :ci do
  desc 'Run as travis before_script'
  task :before do
    ENV['RAILS_ENV'] = "test"
    Rake::Task['db:create'].invoke
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rearview-1.2.3-jruby tasks/ci.rake
rearview-1.2.2.rc.2-jruby tasks/ci.rake
rearview-1.2.2.rc.1-jruby tasks/ci.rake
rearview-1.2.1-jruby tasks/ci.rake
rearview-1.2.0-jruby tasks/ci.rake
rearview-1.1.2-jruby tasks/ci.rake
rearview-1.1.1-jruby tasks/ci.rake
rearview-1.1.0-jruby tasks/ci.rake