Sha256: 0e13d940dfa1974eb5c44a57ef2eeb3be833006295e6e8c8c8c84a09147b8714

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

rvm:
  - 2.1.5

cache: bundler
before_script:
  - 'git submodule init'
  - 'git submodule update'
  - 'cd spec/dummy/'
  - 'cp .env.example ../../.env'
  - './bin/bootstrap'
  - 'bundle exec rake db:migrate'
  - 'rm -rf spec/'
  - 'cd ../../'

script:
  - 'bundle exec rspec'

notifications:
  webhooks: http://dune-investissement.herokuapp.com/projects/a23a5977-8a4d-4760-a8a4-77755486dc59/status

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dune-api-1.1.0 .travis.yml