diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9fce6d3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -language: node_js -node_js: - - "14" - - "16" - -sudo: false -dist: precise - -notifications: - email: false - -addons: - chrome: stable - -cache: - npm: false - -branches: - only: - - master