UNPKG
js-untar
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
untar files in the browser
github.com/InvokIT/js-untar
InvokIT/js-untar
js-untar
/
.travis.yml
17 lines
(15 loc)
•
265 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language:
node_js
node_js:
-
"lts/*"
git:
depth:
false
before_install:
-
export
CHROME_BIN=chromium-browser
-
export
DISPLAY=:99.0
-
sh
-e
/etc/init.d/xvfb
start
deploy:
provider:
npm
email:
"$NPM_USER"
api_key:
"$NPM_TOKEN"
on:
tags:
true