language: node_js
node_js:
  - "7"
  - "8"
install:
  - npm install
script:
  - npm run build
branches:
  only:
    - master