Sha256: 7ce84da04b7574aef3d3016cd8bf78f0b19db2c0914a280ec3e15eff0edc7a8c

Contents?: true

Size: 559 Bytes

Versions: 5

Compression:

Stored size: 559 Bytes

Contents

language: ruby
cache: bundler
script: bundle exec rake
rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3.1"
- "jruby-9.0"
- "ruby-head"
- "rbx-2"
- "jruby-head"
matrix:
  allow_failures:
  - rvm: jruby-head
  - rvm: ruby-head
  - rvm: rbx-2
before_install:
  - bundle --version || gem install bundler
before_script:
- cp spec/functional/initializer.rb.ci spec/functional/initializer.rb
env:
  global:
  - ADYEN_MERCHANT_ACCOUNT: "VanBergenORG"
  - ADYEN_API_USERNAME: "ws@Company.VanBergen"
  - ADYEN_API_PASSWORD: "7phtHzbfnzsp"
sudo: false
branches:
  only:
    - master

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
adyen_jpiqueras-2.5.0 .travis.yml
adyen_jpiqueras-2.4.0 .travis.yml
adyen_jpiqueras-2.3.0 .travis.yml
adyen-2.2.0 .travis.yml
adyen-2.1.0 .travis.yml