diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 921379e1..00000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -sudo: false -language: node_js -node_js: - - '18' - -cache: - directories: - - node_modules - -addons: - chrome: stable - -notifications: - email: false - -git: - depth: 3 - -before_install: - - npm install -g npm@^8.19.2 - -script: - - export CHROME_BIN=chromium-browser - - npm run ci diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d1a7567..21e9ff38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,5 +34,4 @@ Where `` is one of [feat, fix, docs, refactor, test, chore, deps] and ## Testing your changes -When you submit a PR, tests will also be run on the Continuous Integration environment -through Travis. If your tests fail on Travis, take a look at the logs. +When you submit a PR, tests will be automatically run on the Continuous Integration environment. If any of your tests fail, review the logs and address the issues before requesting a review.