language: node_js
node_js:
  - "6"
before_install:
  - npm i -g npm@5.1.0
before_script:
  - npm run build
script:
  - npm run unit
after_success:
  - npm run coverall
notifications:
  email: false