UNPKG
aureooms-js-array
Version:
latest (4.0.0)
4.0.0
3.1.0
3.0.0
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
array manipulation code bricks for JavaScript
aureooms.github.io/js-array/
aureooms/js-array
aureooms-js-array
/
.travis.yml
16 lines
(11 loc)
•
283 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language:
node_js
node_js:
-
node
install:
-
npm
install
script:
-
npm
run
cover
after_success:
-
bash
<(curl
-s
https://codecov.io/bash)
||
true
-
coveralls
<
coverage/lcov.info
||
true
-
codeclimate-test-reporter
<
coverage/lcov.info
||
true