language: node_js install: - npm install -g grunt-cli - npm install - bower install before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start node_js: - '5' - '4'