wipkanban/wipkanban

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
cache:
  directories:
    - node_modules
services:
  - mongodb
before_script:
  - sleep 15
  - yarn
script:
  - yarn prettier
  - yarn test
after_success:
  - 'yarn test:coverage'