Sha256: d4e20aae3cbc893cd26a0a7f6cc89ca937ab8d28007df084c4a31768c0e9bfa9
Contents?: true
Size: 684 Bytes
Versions: 2
Compression:
Stored size: 684 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: run lint tool code: bundle exec rubocop - script: name: rspec code: bundle exec rspec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
judge_system-1.7.4 | wercker.yml |
judge_system-1.7.3 | wercker.yml |