Sha256: 7047259d1a9484bf45f2b66561e729fe73811008c5948023d3ae702d37c4fcaa

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

language: ruby
rvm:
  - 2.1.2
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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g5_authenticatable-0.5.0 .travis.yml