UNPKG
superhash
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.0.4
HashMap that supports using one or more keys of any type.
github.com/esco/superhash
esco/superhash
superhash
/
.travis.yml
11 lines
•
254 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language: node_js node_js: -
"0.10"
-
"0.11"
script: - npm run test-travis after_script: - npm install -g coveralls@2 -
cat
./coverage/lcov.info | coveralls - npm install -g codeclimate-test-reporter -
cat
./coverage/lcov.info | codeclimate