Skip to content

Commit

Permalink
[core] fixing karma timeout error in travis (vmware-archive#666)
Browse files Browse the repository at this point in the history
Fixes vmware-archive#666.

Signed-off-by: Jeeyun Lim <jeeyun.lim@gmail.com>
  • Loading branch information
jeeyun committed Apr 25, 2017
1 parent 7e8aa65 commit f14334b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ cache:
- node_modules

before_install:
- xhost +localhost
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=127.0.0.1:99.0
- export DISPLAY=:99.0

before_script:
- npm install -g gemini
Expand Down

0 comments on commit f14334b

Please sign in to comment.