File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ before_script:
21
21
- travis_retry composer update --no-interaction --prefer-source
22
22
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.4" ]] ; then composer require ramsey/array_column ; fi
23
23
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4
24
- - echo "deb http://repo.yandex.ru/clickhouse/precise stable main" | sudo tee -a /etc/apt/sources.list
24
+ - echo "deb http://repo.yandex.ru/clickhouse/deb/ stable/ main/ " | sudo tee -a /etc/apt/sources.list
25
25
- sudo apt-get update -qq
26
- - sudo apt-get install clickhouse-server-common clickhouse-client -y
26
+ - sudo apt-get install clickhouse-server clickhouse-client -y
27
27
- sudo sed -i -- 's/listen_host>::/listen_host>0.0.0.0/g' /etc/clickhouse-server/config.xml
28
28
- sudo service clickhouse-server start
29
29
- sudo netstat -ltn
You can’t perform that action at this time.
0 commit comments