Linqable/lib

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "9"
before_install:
  - npm i -g typescript
install:
  - yarn
script:
  - yarn report-test
after_success: npx codecov --file=./coverage/lcov.info