Sha256: b603d1038d26dd2b6027c1c3c4f5cbfc603b6d48da41114ca857bcfd70feb3cd

Contents?: true

Size: 708 Bytes

Versions: 19

Compression:

Stored size: 708 Bytes

Contents

machine:
  pre:
    - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
  services:
    - docker
  environment:
    LOG_LEVEL: DEBUG
    CI: true
  ruby:
    version: 2.3.1

# Ignores circle ci default database setup
database:
  override:
    - echo "overrides circle CI commands"

dependencies:
  pre:
    - docker -v
    - docker pull postgres:9.5.4
    - gem install bundler -v 1.9.5
    - bundle install

test:
  override:
    - docker run -d -p 5432:5432 --name db postgres; sleep 5
    - bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/unit.xml
  post:
    - cp log/*.log $CIRCLE_ARTIFACTS/ || true

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
phobos_db_checkpoint-3.3.0 circle.yml
phobos_db_checkpoint-3.2.0 circle.yml
phobos_db_checkpoint-3.1.0 circle.yml
phobos_db_checkpoint-3.0.0 circle.yml
phobos_db_checkpoint-2.4.0 circle.yml
phobos_db_checkpoint-2.3.1 circle.yml
phobos_db_checkpoint-2.3.0 circle.yml
phobos_db_checkpoint-2.2.0 circle.yml
phobos_db_checkpoint-2.1.0 circle.yml
phobos_db_checkpoint-2.0.0 circle.yml
phobos_db_checkpoint-2.0.0.rc1 circle.yml
phobos_db_checkpoint-1.1.0 circle.yml
phobos_db_checkpoint-1.0.0 circle.yml
phobos_db_checkpoint-0.5.0 circle.yml
phobos_db_checkpoint-0.4.0 circle.yml
phobos_db_checkpoint-0.3.0 circle.yml
phobos_db_checkpoint-0.2.0 circle.yml
phobos_db_checkpoint-0.1.1 circle.yml
phobos_db_checkpoint-0.1.0 circle.yml