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 26, 2017
1 parent a0c9e92 commit dfca39c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@ cache:
- node_modules

before_install:
- export CHROME_BIN=chromium-browser
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

before_script:
- npm install -g gemini
- npm install -g selenium-standalone
- selenium-standalone install
- xvfb-run --server-args="-screen 0, 1600x2400x24" selenium-standalone start > selenium.txt &
- sleep 5

script:
- gulp $TEST_SUITE # run unit test, css regression, and css reference in parallel
Expand Down

0 comments on commit dfca39c

Please sign in to comment.