Sha256: 3a1156528f3c855c027ecd60b535ff648f5eda7cb2b7d39cfd1f96fbe789a4e8

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

language: ruby
rvm:
  - 2.0.0
  - 2.1.6
  - 2.2.2
script:
  - (cd spec/dummy; RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load)
  - bundle exec rspec spec
before_script:
  - cp spec/dummy/config/database.yml.ci spec/dummy/config/database.yml
env:
  global:
    - DEVISE_SECRET_KEY=foo

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
g5_authenticatable_api-0.4.1 .travis.yml
g5_authenticatable_api-0.4.0 .travis.yml