Sha256: 5d85e289012be48ff7816887a2df1884ba5970fa657a4d72c0a8c78e29f3ef31

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

language: ruby
cache: bundler
archive: true
rvm:
  - 2.1.2
before_script:
  - mysql -e "CREATE DATABASE IF NOT EXISTS shippa;"
  - cd spec/dummy
  - cp config/database.shippable.yml config/database.yml
  - RAILS_ENV=test bundle exec rake db:schema:load
  - cd ../..
script:
  - CODECLIMATE_REPO_TOKEN=b7d9c971bea2879b81bdf35f600b985bf3a016c6104169b2c29c213a5d2e7142 bundle exec rspec
  - bundle exec rake best_practice_project:run
notifications:
   email: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active-record-transactioner-0.0.7 shippable.yml