aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-03 22:31:08 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-06-03 22:48:35 +0530
commitc6d32c1e49ffa84e7725689346d81db35bc1e3b4 (patch)
tree1e8f08f37581820e97c0892bbd6191f0b749ed18 /.travis.yml
parentAdded autogenerated file that was missed in previous PR push (diff)
downloadferdium-recipes-c6d32c1e49ffa84e7725689346d81db35bc1e3b4.tar.gz
ferdium-recipes-c6d32c1e49ffa84e7725689346d81db35bc1e3b4.tar.zst
ferdium-recipes-c6d32c1e49ffa84e7725689346d81db35bc1e3b4.zip
Converted from travis builds to GH Actions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 004b33a..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,11 +0,0 @@
1language: node_js
2node_js: "14.16.1"
3
4env:
5 - ELECTRON_CACHE=$HOME/.cache/electron
6 - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
7
8install:
9 - npm install
10script:
11 - npm run package