Sha256: 61ca2581f45fd9c1a63bcd5fed2dd9dd95d85eea813ae3c497606ca7ecdc74b8

Contents?: true

Size: 593 Bytes

Versions: 10

Compression:

Stored size: 593 Bytes

Contents

    # http://devcenter.wercker.com/docs/services/postgresql.html
box: ruby
    # - mongo
    # http://devcenter.wercker.com/docs/services/mongodb.html

# This is the build pipeline. Pipelines are the core of wercker
# Read more about pipelines on our dev center
# http://devcenter.wercker.com/docs/pipelines/index.html
build:
    # Steps make up the actions in your pipeline
    # Read more about steps on our dev center:
    # http://devcenter.wercker.com/docs/steps/index.html
    steps:
        - bundle-install
        - script:
            name: rspec
            code: bundle exec rspec

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
judge_system-1.7.2 wercker.yml
judge_system-1.7.1 wercker.yml
judge_system-1.7.0 wercker.yml
judge_system-1.6.2 wercker.yml
judge_system-1.6.1 wercker.yml
judge_system-1.6.0 wercker.yml
judge_system-1.5.2 wercker.yml
judge_system-1.5.1 wercker.yml
judge_system-1.5.0 wercker.yml
judge_system-1.4.0 wercker.yml