.travis.yml in cloudinary-1.16.1 vs .travis.yml in cloudinary-1.17.0

- old
+ new

@@ -10,6 +10,10 @@ - name: "Ruby 2.5.3" dist: xenial rvm: ruby-2.5.3 before_install: - gem install bundler + +before_script: > + export CLOUDINARY_URL=$(bash tools/get_test_cloud.sh); + echo cloud_name: "$(echo $CLOUDINARY_URL | cut -d'@' -f2)" script: bundle exec rspec