language: node_js
node_js:
  - 0.8
env: NODE_ENV=travis
before_install:
  - npm config set loglevel warn
