Sha256: 5d68562d312010f9b3c2570704cbacbea8f626bd11f7840e8a3419604ae83be3

Contents?: true

Size: 301 Bytes

Versions: 16

Compression:

Stored size: 301 Bytes

Contents

machine:
  ruby:
    version:
      2.3.1

database:
  override:
    - echo 'nothing to setup'

test:
  override:
    - bundle exec rubocop
    - bundle exec rspec --format RspecJunitFormatter --out $CIRCLE_TEST_REPORTS/rspec/junit.xml --format progress spec
  post:
    - cp -R log $CIRCLE_ARTIFACTS

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
heroku_rails_deploy-0.4.5 circle.yml
heroku_rails_deploy-0.4.5.rc0 circle.yml
heroku_rails_deploy-0.4.4 circle.yml
heroku_rails_deploy-0.4.3 circle.yml
heroku_rails_deploy-0.4.3.rc1 circle.yml
heroku_rails_deploy-0.4.3.rc0 circle.yml
heroku_rails_deploy-0.4.2 circle.yml
heroku_rails_deploy-0.4.2.rc0 circle.yml
heroku_rails_deploy-0.4.1 circle.yml
heroku_rails_deploy-0.4.0 circle.yml
heroku_rails_deploy-0.4.0.rc0 circle.yml
heroku_rails_deploy-0.3.0 circle.yml
heroku_rails_deploy-0.3.0.rc0 circle.yml
heroku_rails_deploy-0.2.2 circle.yml
heroku_rails_deploy-0.2.1 circle.yml
heroku_rails_deploy-0.1.0 circle.yml