Sha256: 98709f9996a22df1fe2241ded52fb70cb6f4af852ae148d6546c2e734ffcd8e6
Contents?: true
Size: 565 Bytes
Versions: 2
Compression:
Stored size: 565 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: "2.6.2" - rvm: "2.5.5" - rvm: "2.4.6" env: LINT=rubocop allow_failures: # These are EOL versions of ruby - rvm: "2.3.8" - rvm: "2.1.10" - rvm: "2.0.0" - rvm: "1.9.3" 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.4.1 | .travis.yml |
razorpay-2.4.0 | .travis.yml |