Sha256: d20af6b85be3d98e8a53985a54ebe3b933b44e5756e3f74e88b750548e20b0d6

Contents?: true

Size: 380 Bytes

Versions: 1

Compression:

Stored size: 380 Bytes

Contents

rvm:
  - 2.1.2

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: https://ci.neighbor.ly/projects/17c44875-7158-4126-a66f-e85c47daad59/status

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dune-api-1.0.1 .travis.yml