publiclab/plotsbot

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "6"
  - "7"
cache: yarn
script:
  - yarn lint
  - yarn test
after_script:
  - yarn coverage