Sha256: 9301f3208953008daf5447916b5c436ab7898a53b1cf8c6544f7e6108b57d6f6

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

sudo: false
dist: trusty
language: ruby
cache: bundler
rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3.1"
- "2.4.1"
- "jruby-9.0"
- "jruby-9.1"
- "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.3.0 .travis.yml