UNPKG
jampary
Version:
latest (0.0.2)
0.0.2
Modern arbitrary-precision arithmetic library using floating-point expansions.
jampary
/
.travis.yml
22 lines
(17 loc)
•
329 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language:
node_js
node_js:
node
jobs:
include:
-
name:
test
script:
npm
run
test
-
name:
publish
script:
npm
run
build
deploy:
provider:
npm
edge:
true
email:
$NPM_EMAIL
api_key:
$NPM_TOKEN
on:
branch:
master
allow_failures:
-
name:
publish