language: node_js
node_js:
  - "0.12.4"
before_install:
  - npm install -g gulp
install:
  - npm install
script: gulp
after_success:
  - bash <(curl -s https://codecov.io/bash)
