language: node_js
node_js:
  - '0.10'
cache:
  npm: true
script:
  - 'npm run-script lint'
  - 'npm test'
