From 633c92eae865e957121e08de634aeee11a8b3992 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Mon, 24 Apr 2023 14:03:36 +0200 Subject: Updated 18 files, added 1692 files and deleted includes/system/compare.inc (automated) --- .../external/matrix/node_modules/proxy-from-env/.travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 includes/external/matrix/node_modules/proxy-from-env/.travis.yml (limited to 'includes/external/matrix/node_modules/proxy-from-env/.travis.yml') diff --git a/includes/external/matrix/node_modules/proxy-from-env/.travis.yml b/includes/external/matrix/node_modules/proxy-from-env/.travis.yml new file mode 100644 index 0000000..64a05f9 --- /dev/null +++ b/includes/external/matrix/node_modules/proxy-from-env/.travis.yml @@ -0,0 +1,10 @@ +language: node_js +node_js: + - node + - lts/* +script: + - npm run lint + # test-coverage will also run the tests, but does not print helpful output upon test failure. + # So we also run the tests separately. + - npm run test + - npm run test-coverage && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage -- cgit