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 7cda3a3 commit 1c4ca90
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ cache:
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0

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
- sh -e /etc/init.d/xvfb start

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

0 comments on commit 1c4ca90

Please sign in to comment.