sudo: false
language: node_js
node_js: 
  - "9"
  - "8"
  - "7"
  - "6"
  - "5"
  - "4"
  - "3"
  - "2"
  - "1"
  - "0.12"
  - "0.11"
  - "0.10"
before_script: 
 - npm install -g istanbul
 - npm install -g codeclimate-test-reporter
script: istanbul cover -v test/run.js 
after_script:
 - codeclimate-test-reporter < coverage/lcov.info
env:
 - CODECLIMATE_REPO_TOKEN=fcae7ba5b86321e9e54072f9c1d36d7a4b8142cd71f52858d958a9c22d3f5a0e