Jam3/adviser

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

node_js:
  - '10'

cache:
  directories:
    - node_modules

install:
  - npm install

script:
  - npm run test-ci