UNPKG
ibst
Version:
latest (1.0.0)
1.0.0
0.0.0
Interval binary search tree
github.com/ghostfreak3000/ibst
ghostfreak3000/ibst
ibst
/
.travis.yml
12 lines
(9 loc)
•
208 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language:
node_js
node_js:
-
"7"
-
"6"
cache:
directories: - node_modules
script:
"npm run test-ci"
after_script:
"cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"