UNPKG
arraysort
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Array sorting utility.
github.com/okunishinishi/node-arraysort
okunishinishi/node-arraysort
arraysort
/
.travis.yml
15 lines
(14 loc)
•
218 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js node_js:
- '4.0'
before_install:
- npm install mocha nodeunit instanbul - g
install:
- npm install
before_script:
- npm link .
script:
- ./ci/build.js
- ./ci/test.js
- ./ci/cover.js
- ./ci/report.js