We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78eb024 commit c7a0aeaCopy full SHA for c7a0aea
.travis.yml
@@ -1,5 +1,5 @@
1
language: php
2
-
+sudo: required
3
php:
4
- 7
5
- 7.1
@@ -17,6 +17,7 @@ install:
17
- travis_retry composer install --prefer-dist --no-interaction
18
19
before_script:
20
- - docker run -d -p 127.0.0.1:8123:8123 --name some-clickhouse-server --ulimit nofile=262144:262144 yandex/clickhouse-server:$CLICKHOUSE_VERSION
+ - docker run -d -p 127.0.0.1:8123:8123 --name test-clickhouse-server --ulimit nofile=262144:262144 yandex/clickhouse-server:$CLICKHOUSE_VERSION
21
+ - docker logs test-clickhouse-server
22
23
script: ./vendor/bin/phpunit
0 commit comments