language: node_js
node_js:
  - "iojs"
  - "0.12"
  - "0.10"
  - "0.9"

notifications:
  email: false
  
  before_install:
  - npm i -g meru@0.0.4
  
  cache:
  yarn: false