travis ubuntu needs CHROME_BIN env variable to find browser
This commit is contained in:
parent
6b93658429
commit
5d12fd953d
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ node_js:
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g bower
|
- npm install -g bower
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
|
- "export CHROME_BIN=/usr/bin/chromium-browser"
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue