UNPKG
hkts
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.0.2
0.0.1
A simple encoding of higher-kinded types in TypeScript
hkts
/
.travis.yml
8 lines
•
157 B
YAML
View Raw
1
2
3
4
5
6
7
8
language: node_js
node_js:
- node
cache: yarn
script:
- yarn test - yarn format
after_success: cat ./coverage/lcov.info | ./node_modules/.bin/coveralls