From 8119cc8f34f0c875ae73e7dcd617e5b7d6422607 Mon Sep 17 00:00:00 2001 From: UnixKeys <64284419+unixkeys@users.noreply.github.com> Date: Sun, 6 Sep 2020 13:21:22 +0200 Subject: [PATCH] probably won't work i never used travis idk --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8291ef0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: node_js +node_js: "lts/*" +before_install: + - npm i -g npm@6.14.6 + +install: + - npm i + +env: + global: + - ELECTRON_CACHE=$HOME/.cache/electron + - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder + +script: build