UNPKG
statsmodels-js
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
basic statistics library.
github.com/egusahiroaki/statsmodels-js
egusahiroaki/statsmodels-js
statsmodels-js
/
.travis.yml
12 lines
•
212 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js node_js: -
"12"
-
"10"
script: - npm run lint - npm run
test
after_success: - npm run
test
:c &&
cat
./coverage/lcov.info | ./node_modules/.bin/coveralls branches: only: - master