Sha256: 224c537146891fcb90b6a554162035f13fc93690f9610793ddcb8ad715107340

Contents?: true

Size: 448 Bytes

Versions: 5

Compression:

Stored size: 448 Bytes

Contents

machine:
  services:
    - docker

database:
  override:
    - psql -U ubuntu -c "CREATE USER hucpa WITH PASSWORD 'hucpa'"
    - psql -U ubuntu -c "CREATE DATABASE hucpa OWNER hucpa"

dependencies:
  override:
    - docker build --rm=false -t tomekw/hucpa .

test:
  override:
    - docker run --net=host --env DATABASE_HOST=localhost --rm tomekw/hucpa rubocop
    - docker run --net=host --env DATABASE_HOST=localhost --rm tomekw/hucpa rspec spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hucpa-0.2.5-java circle.yml
hucpa-0.2.4-jruby circle.yml
hucpa-0.2.3-jruby circle.yml
hucpa-0.2.2-jruby circle.yml
hucpa-0.2.1-jruby circle.yml