use firefox when running karma in travis
This commit is contained in:
parent
2b26188f5e
commit
f654e1722f
3 changed files with 4 additions and 6 deletions
|
|
@ -4,9 +4,8 @@ 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"
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
install:
|
||||
- npm install
|
||||
- bower install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue