mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-24 07:51:15 +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:
|
global:
|
||||||
DISPLAY: ":99.0"
|
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:
|
install:
|
||||||
- bundle -v
|
- bundle -v
|
||||||
- gem i bundler
|
- gem i bundler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user