We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087ccfa commit 5c81c61Copy full SHA for 5c81c61
.travis.yml
@@ -19,7 +19,7 @@ install:
19
20
script:
21
- docker network create tarantool-php
22
- - docker run -d --net=tarantool-php -v `pwd`:/queue tarantool/tarantool:1 tarantool /queue/tests/Integration/queues.lua
+ - docker run -d --net=tarantool-php --name=tarantool -v `pwd`:/queue tarantool/tarantool:1 tarantool /queue/tests/Integration/queues.lua
23
- docker run --rm --net=tarantool-php -v `pwd`:/queue -w /queue -e PHPUNIT_OPTS="$PHPUNIT_OPTS" queue
24
25
after_script:
0 commit comments