notifications:
  email: false

language: node_js
cache:
  directories:
  - node_modules

node_js:
- '9'
- '8'
- '6'

install: 'npm install && npm run compile'
script: 'npm run test'
