language: node_js

node_js:
  - "4"
  - "5"
  - "6"

sudo: false

branches:
  only:
    - master

script:
  - npm run check-ci
