Sha256: ab1db239d076f81133e437b0f2513c504c4ed66b498c92ecb3fcfbfd6a9090ec
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 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 --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 |
---|---|
kaizan-0.0.2 | .travis.yml |
kaizan-0.0.1 | .travis.yml |