language: node_js
node_js:
  - '0.10'
before_script:
  - 'npm install -g bower grunt-cli'
  - 'bower install'
after_failure:
  - 'curl -X GET http://127.0.0.1:5984/_log?bytes=1000000'
