mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-23 23:41:18 +02:00
Try to install chromedriver command
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
de6c89952a
commit
330912a10d
@ -8,6 +8,11 @@ env:
|
||||
global:
|
||||
DISPLAY: ":99.0"
|
||||
|
||||
before_install:
|
||||
- wget http://chromedriver.storage.googleapis.com/2.38/chromedriver_linux64.zip
|
||||
- unzip chromedriver_linux64.zip
|
||||
- sudo mv chromedriver /usr/local/bin/chromedriver
|
||||
|
||||
install:
|
||||
- bundle -v
|
||||
- gem i bundler
|
||||
|
Loading…
x
Reference in New Issue
Block a user