Cloudinary API is not working on travis

Cloudinary API is not working on travis

Cloudinary does not work on travis

Hi folks, i noticed that cloudinary api is not working when i run my test on travis.

This solution works perfectly on my local machine, but when i run it on travis, i get no response from the server.

What i have tried

  • increase the test timeout globally (--timeout 20000)
  • increase the unit test timeout when cloudinary api is called

Please assist