Sha256: 325d48fc6620639bb656eecfcf94767f7b96590e93847a732160f47a75932f26

Contents?: true

Size: 266 Bytes

Versions: 15

Compression:

Stored size: 266 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

Dir.glob('tasks/*.rake').each { |r| import r }

ENV["RAILS_ROOT"] ||= 'spec/internal'

desc 'Run CI tests in e.g. Travis environment'
task :travis => ['clean', 'ci']

desc 'Default: run CI'
task :default => [:travis]

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hydra-collections-2.0.5 Rakefile
hydra-collections-2.0.4 Rakefile
hydra-collections-2.0.3 Rakefile
hydra-collections-2.0.2 Rakefile
hydra-collections-2.0.1 Rakefile
hydra-collections-2.0.0 Rakefile
hydra-collections-1.3.2 Rakefile
hydra-collections-1.3.1 Rakefile
hydra-collections-1.3.0 Rakefile
hydra-collections-1.2.0 Rakefile
hydra-collections-1.2.0.rc1 Rakefile
hydra-collections-1.1.0 Rakefile
hydra-collections-1.0.0 Rakefile
hydra-collections-0.0.2 Rakefile
hydra-collections-0.0.1 Rakefile