language: node_js
node_js:
  - 0.12
  - 4
sudo: false

after_success:
  - npm run test:upload-cov

# required for testing
addons:
  apt:
    packages:
    - libxml2-utils
    - trang
