Sha256: 817b47a3bf6b8d473d555a6be17b3a5bbb6ccfd7207f972f41a1e137a809cc53

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

machine:
  services:
    - docker

dependencies:
  override:
    - docker info
    - docker pull analogj/capsulecd
    - docker pull analogj/capsulecd:chef
    - docker pull analogj/capsulecd:javascript
    - docker pull analogj/capsulecd:node
    - docker pull analogj/capsulecd:python
    - docker pull analogj/capsulecd:ruby

test:
  override:
    - docker run -e "CI=true" -v $PWD:/srv/capsulecd analogj/capsulecd:chef sh -c "bundle install --with test && rake 'spec:chef'"
    - docker run -e "CI=true" -v $PWD:/srv/capsulecd analogj/capsulecd:javascript sh -c "bundle install --with test && rake 'spec:javascript'"
    - docker run -e "CI=true" -v $PWD:/srv/capsulecd analogj/capsulecd:node sh -c "bundle install --with test && rake 'spec:node'"
    - docker run -e "CI=true" -v $PWD:/srv/capsulecd analogj/capsulecd:python sh -c "bundle install --with test && rake 'spec:python'"
    - docker run -e "CI=true" -v $PWD:/srv/capsulecd analogj/capsulecd:ruby sh -c "bundle install --with test && rake 'spec:ruby'"

    - docker run -e "CI=true" -v $PWD:/srv/capsulecd analogj/capsulecd sh -c "bundle install --with test && rake 'coveralls:push'"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
capsulecd-1.0.6 circle.yml
capsulecd-1.0.5 circle.yml
capsulecd-1.0.4 circle.yml
capsulecd-1.0.3 circle.yml
capsulecd-1.0.1 circle.yml
capsulecd-1.0.0 circle.yml