Skip to content

Commit 9264859

Browse files
committed
Attempt to debug clickhouse installation errors on TravisCI
1 parent bf03ba0 commit 9264859

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ matrix:
4040

4141
before_install: |
4242
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
43+
set -x
4344
sudo apt-get install apt-transport-https ca-certificates dirmngr
4445
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv E0C56BD4
4546
echo "deb https://repo.clickhouse.tech/deb/stable/ main/" | sudo tee \
4647
/etc/apt/sources.list.d/clickhouse.list
47-
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
4850
sudo service clickhouse-server start
4951
fi
5052

0 commit comments

Comments
 (0)