Sha256: 647697bfa4de4a480238e9a058d454aa433062c590a62acb3c483bd2bb1aa308
Contents?: true
Size: 476 Bytes
Versions: 4
Compression:
Stored size: 476 Bytes
Contents
language: ruby rvm: - 2.1.5 - 2.2.2 env: - DB=sqlite before_install: - gem install bundler -v 1.10.3 install: - bundle install cache: directories: - vendor/bundle before_script: - cp spec/dummy/config/database.def.yml spec/dummy/config/database.yml script: - cd spec/dummy - bundle install - 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
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
slim_validation-0.0.3 | .travis.yml |
act_a-0.0.2 | .travis.yml |
slim_validation-0.0.2 | .travis.yml |
act_a-0.0.1 | .travis.yml |