language: node_js
node_js:
    - 6
    - 7
cache: yarn
before_script:
    - yarn prepublish
script:
    - yarn test
