Sha256: 16282ffbbc481fbdb4672b8da5153f4ae68740a10dceabfc2d7e5860d904cf11

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

sudo: false
language: ruby
cache: bundler
rvm:
  - "2.2"
  - "2.3"
  - "2.4"
  - "2.5"
  - "jruby-9.1.15.0"
  - "ruby-head"
  - "rubinius-3"
  - "jruby-head"
matrix:
  allow_failures:
    - rvm: jruby-head
    - rvm: ruby-head
    - rvm: rubinius-3

before_install:
  - bundle --version || gem install bundler
  - gem update bundler
before_script:
  - cp test/functional/initializer.rb.ci test/functional/initializer.rb
script: bundle exec rake

env:
  global:
  - ADYEN_MERCHANT_ACCOUNT: "VanBergenORG"
  - ADYEN_API_USERNAME: "ws@Company.VanBergen"
  - ADYEN_API_PASSWORD: "7phtHzbfnzsp"

branches:
  only:
    - master

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adyen-2.4.0 .travis.yml