Sha256: 6ac9b47f9b62110c12ef8281519cff1964cdb1b116435aa4886558056a9241af

Contents?: true

Size: 439 Bytes

Versions: 5

Compression:

Stored size: 439 Bytes

Contents

dist: jammy
language: ruby
rvm:
  - 3.1.4
  - 3.2.2
  - 3.3.0

matrix:
  include:
    # There is an OpenSSL issue on Jammy with Ruby 3.0
    - name: "Ruby: 3.0.6"
      dist: focal
      rvm: 3.0.6

before_script: >
  export CLOUDINARY_URL=$(bash tools/get_test_cloud.sh);
  echo cloud_name: "$(echo $CLOUDINARY_URL | cut -d'@' -f2)"
script: bundle exec rspec

notifications:
  email:
    recipients:
      - sdk_developers@cloudinary.com

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cloudinary-2.2.0 .travis.yml
cloudinary-2.1.2 .travis.yml
cloudinary-2.0.2 .travis.yml
cloudinary-2.0.1 .travis.yml
cloudinary-2.0.0 .travis.yml