Skip to content

Commit

Permalink
fix ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
bashkarev committed Jul 29, 2018
1 parent 78eb024 commit c7a0aea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: php

sudo: required
php:
- 7
- 7.1
Expand All @@ -17,6 +17,7 @@ install:
- travis_retry composer install --prefer-dist --no-interaction

before_script:
- 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
- docker logs test-clickhouse-server

script: ./vendor/bin/phpunit

0 comments on commit c7a0aea

Please sign in to comment.