UNPKG
arrpag
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
Paginate the array
github.com/AndreiLucaci/simple-pagination
AndreiLucaci/simple-pagination
arrpag
/
.travis.yml
10 lines
(9 loc)
•
193 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
- stable
install:
- yarn
script:
- yarn test
# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"