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