language: node_js
node_js:
  - "6.10.2"
branches:
  only:
    - master
before_script:
  - npm install -g yarn
  - yarn install
script:
  - yarn build
