Sha256: 0bc1ee5b527f6b60b4b1910106ef58ac0688a34911ac9b28cc94c54478e9cc37

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

options:
  docker: true

pipelines:
  default:
    - step:
        name: install gems and run tests
        image: eticket/eticket-ruby-base:2.3.1
        caches:
          - bundler
        script:
          - export RAILS_ENV=ci
          - gem install bundler
          - gem install bundler --no-ri --no-rdoc
          - bundle install --path vendor/bundle
          - bundle exec rspec spec
definitions:
  caches:
    bundler: vendor/bundle

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
platon.ua-1.0.1 bitbucket-pipelines.yml