language: node_js
node_js:
  - "4.0"
script:
  - npm install tilestrata
  - npm run test-ci && (make test-ci-coverage || true)
