Sha256: f4f665f8ca5961f37c52baf8cbcb822e838b6c52c3a731f741e21c86d3e34db0

Contents?: true

Size: 377 Bytes

Versions: 8

Compression:

Stored size: 377 Bytes

Contents

database:
  override:
    # We manually setup a sqlite3 database so don't setup anything on the CI machine
    - echo "Skip DB"

test:
  override:
    - RAILS_ENV=test bundle exec rspec -r rspec_junit_formatter --format progress --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
    - bundle exec rubocop

  post:
    - bundle exec codeclimate-test-reporter

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shamu-0.0.24 circle.yml
shamu-0.0.21 circle.yml
shamu-0.0.20 circle.yml
shamu-0.0.19 circle.yml
shamu-0.0.18 circle.yml
shamu-0.0.17 circle.yml
shamu-0.0.15 circle.yml
shamu-0.0.14 circle.yml