language: node_js
node_js:
  - "6"

sudo: false

branch:
  only:
    - master

script:
 - npm run test:lint
 - node_modules/.bin/karma start karma.conf.js --auto-watch --single-run --reporters progress
 - npm run compile
