Sha256: 41bc0f1b3a43747add0de86b0c0df63bdcda9cfff7c991cf05a33d33ad48cb32

Contents?: true

Size: 305 Bytes

Versions: 8

Compression:

Stored size: 305 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 RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
    - bundle exec rubocop

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shamu-0.0.11 circle.yml
shamu-0.0.9 circle.yml
shamu-0.0.8 circle.yml
shamu-0.0.7 circle.yml
shamu-0.0.5 circle.yml
shamu-0.0.4 circle.yml
shamu-0.0.3 circle.yml
shamu-0.0.2 circle.yml