We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf03ba0 commit 9264859Copy full SHA for 9264859
.travis.yml
@@ -40,11 +40,13 @@ matrix:
40
41
before_install: |
42
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
43
+ set -x
44
sudo apt-get install apt-transport-https ca-certificates dirmngr
45
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E0C56BD4
46
echo "deb https://repo.clickhouse.tech/deb/stable/ main/" | sudo tee \
47
/etc/apt/sources.list.d/clickhouse.list
- sudo apt-get update -q && sudo apt-get install -q -y --allow-unauthenticated clickhouse-server
48
+ sudo apt-get update -q
49
+ sudo apt-get install -q -y --allow-unauthenticated clickhouse-server
50
sudo service clickhouse-server start
51
fi
52
0 commit comments