language: node_js
node_js:
  - "7"
  - "6"
before_script:
  - npm install ava
notifications:
  email: false