language: node_js
node_js:
  - v0.10
  - v0.12
script: "node_modules/.bin/grunt travis"
branches:
  only:
    - master
