language: node_js
node_js:
  - "9.5.0"

script:
  - yarn test

branches:
  only:
    - master