language: node_js

node_js:
  - "node"
  - "7"
  - "6"
  - "5"

sudo: false

cache: yarn

install: yarn

script: yarn start
