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