From 656466a37aeeb94b06169f9c629cfe653c24e054 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Mon, 10 Apr 2023 15:13:13 +0200 Subject: [PATCH] chore(plugin-annotations): Remove unused config file --- plugins/plugin-annotations/.travis.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 plugins/plugin-annotations/.travis.yml diff --git a/plugins/plugin-annotations/.travis.yml b/plugins/plugin-annotations/.travis.yml deleted file mode 100644 index 121b29f66a4..00000000000 --- a/plugins/plugin-annotations/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: node_js -node_js: - - "node" -install: - - npm install - - npm run build -script: - - npm run test - - npm run coverage