language: node_js
node_js:
  - "lts/*"
branches:
  only:
    - master
before_script:
  - npm run install-grunt
  - npm run build
  - npm run test