From 437c31cf7cd958e449cbc177e1c64be31e9a9fcf Mon Sep 17 00:00:00 2001 From: Serraniel Date: Sat, 3 Oct 2020 15:31:15 +0200 Subject: [PATCH] Added first travis script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just going to test things out and if they´ll work --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7c6bf47 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: node_js +node_js: + - "node" +dist: trusty +cache: + npm: true + directories: + - node_modules +install: + - npm install +script: + - npm run dist:prod \ No newline at end of file