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:
2121 - travis_retry composer update --no-interaction --prefer-source
2222 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.4" ]] ; then composer require ramsey/array_column ; fi
2323 - 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
2525 - 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
2727 - sudo sed -i -- 's/listen_host>::/listen_host>0.0.0.0/g' /etc/clickhouse-server/config.xml
2828 - sudo service clickhouse-server start
2929 - sudo netstat -ltn
You can’t perform that action at this time.
0 commit comments