language: node_js
node_js:
  - "6.2"
before_script:
  - npm install -g gulp
  - npm install -g karma
