sudo: false language: node_js node_js: - 0.10 env: matrix: - BROWSER=chrome BVER=stable before_script: - ./node_modules/travis-multirunner/setup.sh - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - npm run test-travis after_failure: - for file in *.log; do echo $file; echo "======================"; cat $file; done || true notifications: email: tara181989@gmail.com -