UNPKG
leb128
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.0
LEB128 encoding and decoding for signed and unsinged intergers
gitlab.com/mjbecze/leb128
leb128
/
.travis.yml
17 lines
(16 loc)
•
268 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:
-
"8"
env:
matrix:
-
TEST_SUITE=test
matrix:
fast_finish:
true
include:
-
os:
linux
node_js:
"8"
env:
TEST_SUITE=coveralls
-
os:
linux
node_js:
"8"
env:
TEST_SUITE=lint
script:
npm
run
$TEST_SUITE