sudo: false
language: node_js
node_js:
  - "0.10"
  - "0.12"
  - "iojs"
before_script:
  - make
script:
  - make test-ci
  - make test-ci-coverage
