travis ubuntu needs CHROME_BIN env variable to find browser

This commit is contained in:
Gregg Zigler 2014-08-19 16:57:24 -07:00
parent 6b93658429
commit 5d12fd953d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ node_js:
before_install:
- npm install -g bower
- npm install -g grunt-cli
- "export CHROME_BIN=/usr/bin/chromium-browser"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install: