From f31f1952e0a5fe6cd897e8bc7ef45613b3253efc Mon Sep 17 00:00:00 2001 From: speedytwenty Date: Mon, 11 Apr 2022 17:59:44 -0600 Subject: [PATCH] Remove travis config after move to GHA (#276) --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3b608bd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: node_js -node_js: - - "10" - - "12" - - "13" - -cache: yarn - -script: - # --color and --runInBand are necessary to ensure that `colors` work correctly - - yarn test --coverage --runInBand --color