language: node_js

sudo: false

node_js:
   - 6.4.0
  
install:
  - npm install

script:
  - yarn lint
  - yarn test
