diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0e9d49f7..00000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: node_js - -dist: focal - -addons: - chrome: stable - - -node_js: - - 14 - - 16 - - 18 - -jobs: - allow_failures: - - node_js: 18 - -script: npm run quickstart && npm run test - -notifications: - email: - recipients: - - sdk_developers@cloudinary.com diff --git a/packages/angular/projects/cloudinary-library/README.md b/packages/angular/projects/cloudinary-library/README.md index 1d2f4845..cfe98e84 100644 --- a/packages/angular/projects/cloudinary-library/README.md +++ b/packages/angular/projects/cloudinary-library/README.md @@ -127,7 +127,7 @@ This SDK does not provide file upload functionality, however there are [several ## Contributions - Ensure tests run locally (```npm run test```) -- Open a PR and ensure Travis tests pass +- Open a PR and ensure GitHub actions tests pass ## Get Help If you run into an issue or have a question, you can either: