Sha256: aa4aa42f0e9c612d9b060f65e2223f5449902d8c597f1270f210ae0430eb89e6

Contents?: true

Size: 642 Bytes

Versions: 2

Compression:

Stored size: 642 Bytes

Contents

language: ruby
# List is from https://www.ruby-lang.org/en/downloads/branches/
# Merged with whatever is the top of each branch at https://www.ruby-lang.org/en/downloads/releases/
matrix:
  include:
    - rvm: "1.9.3"
    - rvm: "2.0.0"
    - rvm: "2.1.10"
    - rvm: "2.2.9"
    - rvm: "2.3.6"
    - rvm: "2.4.2"
    - rvm: "2.5.0"
    - rvm: "2.5.0"
      env: LINT=rubocop
  allow_failures:
  # These are EOL versions of ruby
    - rvm: "1.9.3"
    - rvm: "2.0.0"
    - rvm: "2.1.10"
before_install: gem update --system
script:
  - bundle exec rake test
  - |
    if [[ "$LINT" == "rubocop" ]] ; then
      bundle exec rake rubocop
    fi

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
razorpay-2.3.0 .travis.yml
razorpay-2.2.0 .travis.yml