language: node_js
node_js:
- "0.12"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
#- npm install -g bower grunt-cli
#- npm install
#- bower install
#script: "grunt"
sudo: false
cache:
directories:
- node_modules