From 791e5f285089790974fb59cabeeaee2239bfcf5d Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Sun, 21 Jan 2024 22:09:29 +0200 Subject: [PATCH] Remove Travis configuration, since it doesn't work anyway --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 616a7c6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: node_js -arch: - - amd64 - - ppc64le -node_js: - - 10 - - 12 - - 14 - - 16 - - 8 -notifications: - email: - recipients: - - brianloveswords@gmail.com