Sha256: 03addd616e4cabbab0f96f4da057a14577d5c4e4af1e15138168bfb7e3611768
Contents?: true
Size: 394 Bytes
Versions: 6
Compression:
Stored size: 394 Bytes
Contents
language: ruby rvm: - 2.0.0 - 2.1 - 2.2 before_install: - gem install bundler script: - RAILS_ENV=test bundle exec rake app:db:setup - bundle exec rspec spec before_script: - cp spec/dummy/config/database.yml.ci spec/dummy/config/database.yml - psql -c 'create database g5_authenticatable_test;' -U postgres env: global: - DEVISE_SECRET_KEY=foo addons: postgresql: "9.2"
Version data entries
6 entries across 6 versions & 1 rubygems