Sha256: 5a43e7f100acf2741f69c141932168196666ee86f160275b9e96e3aa39270c7f
Contents?: true
Size: 502 Bytes
Versions: 2
Compression:
Stored size: 502 Bytes
Contents
language: ruby rvm: - 2.0.0 - 2.1.5 - 2.2.2 env: - DB=sqlite before_install: - gem install bundler -v 1.10.3 install: - bundle install --without production --deployment cache: directories: - vendor/bundle before_script: - cp spec/dummy/config/database.def.yml spec/dummy/config/database.yml script: - cd spec/dummy - bundle exec rake db:create RAILS_ENV=test - bundle exec rake db:migrate RAILS_ENV=test - bundle exec rake db:test:prepare - cd ../../ - bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_record_samplooper-0.0.2 | .travis.yml |
active_record_samplooper-0.0.1 | .travis.yml |