Sha256: 8badf3b9b6688c26462429e4f9f7f449aab9a1028c32416e5091fe4d1809e5f3

Contents?: true

Size: 805 Bytes

Versions: 5

Compression:

Stored size: 805 Bytes

Contents

machine:
  ruby:
    version: 1.9.3

  environment:
    RUBY_VERSIONS: 1.9.3,2.0.0,2.1.10,2.2.5,2.2.6,2.3.1,2.3.3,2.4.0-preview3
    PROCESSING_URL: https://api-staging.finix.io/

dependencies:
  override:
    - rvm get head
    - rvm install $RUBY_VERSIONS
    - rvm $RUBY_VERSIONS --verbose do gem install bundler
    - rvm $RUBY_VERSIONS --verbose do bundle install

test:
  override:
    - rvm $RUBY_VERSIONS --verbose do bundle exec rake test

  post:
    - cp -Rf .report/ $CIRCLE_ARTIFACTS

deployment:
  release:
    tag: /v[0-9]+(\.[0-9]+)*/
    owner: finix-payments
    commands:
      - |
        curl -u ${rubygems_user}:${rubygems_password} https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials
      - chmod 0600 ~/.gem/credentials
      - gem build *.gemspec
      - gem push *.gem

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
finix-0.15 circle.yml
finix-0.14 circle.yml
finix-0.13 circle.yml
finix-0.12 circle.yml
finix-0.11 circle.yml